-- Best regards, LIU Hao
From 9c2acd3cb0d01098e941a3d0b1cbde2d915139a8 Mon Sep 17 00:00:00 2001 From: LIU Hao <[email protected]> Date: Sat, 8 Oct 2022 00:58:20 +0800 Subject: [PATCH] Update .gitignore files
Signed-off-by: LIU Hao <[email protected]> --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ mingw-w64-crt/.gitignore | 1 + mingw-w64-headers/.gitignore | 2 ++ 3 files changed, 38 insertions(+) create mode 100644 mingw-w64-crt/.gitignore create mode 100644 mingw-w64-headers/.gitignore diff --git a/.gitignore b/.gitignore index d89921897..034393a58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,36 @@ +# Temporary files +*~ +.* + +# Compiled files +*.o +*.a +*.so +*.out +*.exe +*.dll +*.lo +*.la +*.gch + +# Specialized files autom4te.cache +Makefile +config.status +config.h +stamp-h1 + +# Autotools test results +*.trs +*.test +*.test.exe +*.log + +# Merge conflict files +*.orig +*.rej + +# Others +*.swp +*.tar +*.tar.* diff --git a/mingw-w64-crt/.gitignore b/mingw-w64-crt/.gitignore new file mode 100644 index 000000000..e1291a1d3 --- /dev/null +++ b/mingw-w64-crt/.gitignore @@ -0,0 +1 @@ +_libm_dummy.c diff --git a/mingw-w64-headers/.gitignore b/mingw-w64-headers/.gitignore new file mode 100644 index 000000000..17ad3be81 --- /dev/null +++ b/mingw-w64-headers/.gitignore @@ -0,0 +1,2 @@ +_mingw_ddk.h +crt/_mingw.h -- 2.37.3
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
