From: abv Date: Tue, 17 Jul 2012 13:26:25 +0000 (+0400) Subject: 0023276: Add generated files to .gitignore X-Git-Tag: V6_5_4_beta1~133 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=5e335c5bf711e5feb80022f19f6a6ca04bf4bbb7;p=occt-copy.git 0023276: Add generated files to .gitignore Directories for generated files (projects, Visual Studio artifacts, Emacs backup files, test results) are added to .gitignore Suppressed generated files. Allow to use bat, sh, am, m4 and ac files in subdirectories. --- diff --git a/.gitignore b/.gitignore index fa94263335..c09f8da608 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -# / +# standard directories for derived files in CASROOT /.adm /sun /lin @@ -13,8 +13,33 @@ /win32 /win64 -# /adm/ -/adm/win32 -/adm/win64 +# project files and artifacts +/adm/msvc +/adm/wnt/cbp /adm/mac -/adm/lin +/adm/make +*.vcproj*user +*.ncb +*.suo + +# test results +/results* + +# Emacs backup files +*~ + +#Generated files +*.in +/*.am +/*.m4 +/*.ac +/*.sh +/*.bat +/autom4te.cache +/build_configure +/configure +/make +/config.* +/Makefile +/libtool +/stamp*