From: Andreas Dilger Date: Wed, 1 May 2013 16:17:29 +0000 (-0600) Subject: LU-1617 build: ignore automatically generated files X-Git-Tag: 2.4.51~58 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=16184a05de0db78bf4a8056525db09fc96c31256;p=fs%2Flustre-release.git LU-1617 build: ignore automatically generated files Do not list automatically generated files in "git status" output, so that it does not hide checkpatch.pl output in the commit message. Signed-off-by: Andreas Dilger Change-Id: Iab5c5be25de7dc54225fb2aa6540a4d75e500c1e Reviewed-on: http://review.whamcloud.com/6229 Tested-by: Hudson Tested-by: Maloo Reviewed-by: John Hammond Reviewed-by: Keith Mannthey Reviewed-by: Oleg Drokin --- diff --git a/.gitignore b/.gitignore index ebcc0b5..60283f4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,10 +37,15 @@ 00[0-9][0-9]-*.patch autoMakefile autoMakefile.in +config.guess config.log config.status +config.sub configure +depcomp +install-sh Makefile +missing modules.order TAGS diff --git a/ldiskfs/.gitignore b/ldiskfs/.gitignore index 134b022..0bbcfa3 100644 --- a/ldiskfs/.gitignore +++ b/ldiskfs/.gitignore @@ -11,4 +11,5 @@ /Module.symvers /Module.markers /Modules.symvers +/Rules /stamp-h1 diff --git a/ldiskfs/ldiskfs/.gitignore b/ldiskfs/ldiskfs/.gitignore index 4dbe8d6..6765b73 100644 --- a/ldiskfs/ldiskfs/.gitignore +++ b/ldiskfs/ldiskfs/.gitignore @@ -1,6 +1,8 @@ /linux-stage /linux /modules.order +/Module.symvers +/stamp-h2 /*.c /*.h /sources diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 19c0faa..73b4571 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -1,75 +1,76 @@ +/*.log +/*.xml /Makefile.in -/openunlink -/testreq -/truncate -/directio -/openme -/writeme -/mcreate -/munlink -/mlink -/tchmod -/toexcl -/fsx -/test_brw -/newfile -/openclose +/XMLCONFIG +/checkstat +/chownmany +/cmknod +/copy_attr +/copytool /createdestroy /createmany -/statmany -/mkdirmany -/lovstripe -/*.xml -/stat -/setuid -/multifstat -/checkstat -/wantedi /createtest -/open_delay -/statone -/opendevunlink -/opendirunlink -/runas -/openfile -/unlinkmany +/directio /fchdir_test +/flock_test +/flocks_test +/fsx /getdents -/o_directory -/utime -/small_write -/multiop -/sleeptest -/write_disjoint -/write_append_truncate -/ll_sparseness_verify -/ll_sparseness_write -/mrename -/cmknod /iopentest1 /iopentest2 -/XMLCONFIG -/*.log -/logs -/ostactive +/it_test +/lgetxattr_size_check /ll_dirstripe_verify -/openfilleddirunlink -/copy_attr -/rename_many +/ll_getstripe_info +/ll_sparseness_verify +/ll_sparseness_write +/llverdev +/llverfs +/logs +/lovstripe +/mcreate /memhog +/mkdirmany +/mlink /mmap_sanity -/rmdirmany -/flock_test -/flocks_test -/writemany +/mrename +/multifstat +/multiop +/munlink +/newfile +/o_directory +/open_delay +/openclose +/opendevunlink +/opendirunlink +/openfile +/openfilleddirunlink +/openme +/openunlink +/ostactive /reads -/chownmany -/llverdev -/llverfs -/ll_getstripe_info -/it_test -/write_time_limit -/sendfile +/rename_many +/rmdirmany +/runas /rwv -/copytool +/sendfile +/setuid +/sleeptest +/small_write +/stat +/statmany +/statone +/tchmod +/test_brw +/testreq +/toexcl +/truncate +/unlinkmany +/utime +/wantedi +/write_append_truncate +/write_disjoint +/write_time_limit +/writemany +/writeme