Skip to content
Snippets Groups Projects
Commit 7658231a authored by Jim's avatar Jim
Browse files

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.
parent f2d2b58a
No related branches found
No related tags found
No related merge requests found
#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/ ...@@ -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 ...@@ -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/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment