diff options
author | John Stebbins <[email protected]> | 2015-09-09 12:32:21 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-09-09 12:32:21 -0700 |
commit | 04b44e73b473f4fb519a3f7aecb1a09f4aff365a (patch) | |
tree | 2f3a6be5338947953babd1e8bc1795bf04b93c28 | |
parent | ad48aea49b861cfb78e573228c7323cb8d57bd74 (diff) |
gitignore autoconf spam
-rw-r--r-- | .gitignore | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index ca476fd7b..421b7d312 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,24 @@ -# Ignore output created by Visual Studio
+# Ignore output created by Visual Studio build/ +build.*/ download/ -win/CS/*/bin
-win/CS/*/obj
+win/CS/*/bin +win/CS/*/obj win/CS/*.suo # Ignore Xcode user data xcuserdata + +# Ignore autoconf spam +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h.in +config.sub +configure +depcomp +install-sh +ltmain.sh +missing |