Ignore `libtool` as well.
-- Best regards, LIU Hao
From 63bcf31b48d7ead90a1f176436ab55992f7acc1b 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 | 36 ++++++++++++++++++++++++++++++++++++ mingw-w64-crt/.gitignore | 1 + mingw-w64-headers/.gitignore | 2 ++ 3 files changed, 39 insertions(+) create mode 100644 mingw-w64-crt/.gitignore create mode 100644 mingw-w64-headers/.gitignore diff --git a/.gitignore b/.gitignore index d89921897..4cd47565a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,37 @@ +# Temporary files +*~ +.* + +# Compiled files +*.o +*.a +*.so +*.out +*.exe +*.dll +*.lo +*.la +*.gch + +# Specialized files autom4te.cache +Makefile +libtool +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.34.1
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
