From 7658231ae89bdd3dde14e0f0946957141c260ab0 Mon Sep 17 00:00:00 2001 From: jp9000 <obs.jim@gmail.com> Date: Fri, 18 Jul 2014 23:16:37 -0700 Subject: [PATCH] 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. --- .gitignore | 52 ++++++++++++++++------------------------------------ 1 file changed, 16 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index 52a36f690..cb113c214 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- GitLab