Remove/fix some files in .gitignore

Stuff like automake stuff is no longer used, as well as a number of
other files that are no longer in use.

Also fixed cmbuild/ and build/ to /cmbuild/ and /build/ to emphasize
that they're fot root-level.  Not that they'll ever be used recursively,
but still.
This commit is contained in:
jp9000 2014-07-18 23:16:37 -07:00
parent f2d2b58ae2
commit 7658231ae8

52
.gitignore vendored
View file

@ -1,13 +1,24 @@
#binaries
*.exe *.exe
*.dll *.dll
*.dylib *.dylib
*.so *.so
#cmake
/cmbuild/
/build/
/release/ /release/
/debug/ /debug/
/builds/ /builds/
/other/ *.o.d
*.ninja
.ninja*
.dirstamp
#xcode
*.xcodeproj/
#other stuff (windows stuff, qt moc stuff, etc)
Release_MD/ Release_MD/
Release/ Release/
Debug/ Debug/
@ -16,38 +27,19 @@ ipch/
GeneratedFiles/ GeneratedFiles/
.moc/ .moc/
*/bin/obs /other/
*/bin/test
*/bin/obs.app
#autotools #make stuff
m4/libtool.m4
m4/lt~obsolete.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
.deps
.libs
aclocal.m4
autom4te.cache
config.guess
config.log
config.status
config.sub
configure configure
depcomp depcomp
install-sh install-sh
Makefile.in Makefile.in
Makefile Makefile
missing
compile
libtool
ltmain.sh
#random useless file stuff
*.dmg *.dmg
*.app *.app
.DS_Store .DS_Store
.directory .directory
.hg .hg
.depend .depend
@ -86,15 +78,3 @@ tags
.DS_Store .DS_Store
*/.DS_Store */.DS_Store
*/**/.DS_Store */**/.DS_Store
*.o.d
*.ninja
.ninja*
.dirstamp
#cmake
cmbuild/
build/
#xcode
*.xcodeproj/