diff options
author | Bradley Sepos <[email protected]> | 2015-09-09 17:09:53 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2015-09-09 17:09:53 -0400 |
commit | 58c93ec890dcbe6abd1019b168e7f6a8c2614180 (patch) | |
tree | 3e6629f18e36cb51b3f6db1c744ba5f743ba1559 /.gitignore | |
parent | 04b44e73b473f4fb519a3f7aecb1a09f4aff365a (diff) |
git: Tidy up .gitignore layout/comments and restore configure script.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 421b7d312..7d64025a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,17 @@ -# Ignore output created by Visual Studio -build/ -build.*/ -download/ +# Visual Studio win/CS/*/bin win/CS/*/obj win/CS/*.suo -# Ignore Xcode user data +# Xcode user data xcuserdata -# Ignore autoconf spam +# Build system +build/ +build.*/ +download/ + +# autoconf spam Makefile.in aclocal.m4 autom4te.cache @@ -17,7 +19,6 @@ compile config.guess config.h.in config.sub -configure depcomp install-sh ltmain.sh |