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.
master
jp9000 2014-07-18 23:16:37 -07:00
parent f2d2b58ae2
commit 7658231ae8
1 changed files with 16 additions and 36 deletions

52
.gitignore vendored
View File

@ -1,13 +1,24 @@
#binaries
*.exe
*.dll
*.dylib
*.so
#cmake
/cmbuild/
/build/
/release/
/debug/
/builds/
/other/
*.o.d
*.ninja
.ninja*
.dirstamp
#xcode
*.xcodeproj/
#other stuff (windows stuff, qt moc stuff, etc)
Release_MD/
Release/
Debug/
@ -16,38 +27,19 @@ ipch/
GeneratedFiles/
.moc/
*/bin/obs
*/bin/test
*/bin/obs.app
/other/
#autotools
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
#make stuff
configure
depcomp
install-sh
Makefile.in
Makefile
missing
compile
libtool
ltmain.sh
#random useless file stuff
*.dmg
*.app
.DS_Store
.directory
.hg
.depend
@ -86,15 +78,3 @@ tags
.DS_Store
*/.DS_Store
*/**/.DS_Store
*.o.d
*.ninja
.ninja*
.dirstamp
#cmake
cmbuild/
build/
#xcode
*.xcodeproj/