From 294c39d488fcd95a523466c7726ff1b5a8327890 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 9 Jul 2012 17:08:26 -0600 Subject: [PATCH] LU-1617 build: skip generated files in .gitignore Ignore automatically generated files via .gitignore so that a large number of spurious files are not listed at "git commit" time. Also consolidate many duplicate ignored files in the top-level .gitignore file, since we don't need to list the exceptions in every directory like the original .cvsignore files that they were generated from. Signed-off-by: Andreas Dilger Change-Id: I5f9c60dc498f98abcd8c91042fc72408a915500c Reviewed-on: http://review.whamcloud.com/3364 Reviewed-by: Yu Jian Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin --- .gitignore | 41 +++++++++++++++++++------------- build/.gitignore | 9 ------- build/autoconf/.gitignore | 1 - build/patches/ofed/.gitignore | 0 ldiskfs/.gitignore | 7 ------ ldiskfs/ldiskfs/.gitignore | 9 +------ libcfs/.gitignore | 8 ------- libcfs/autoconf/.gitignore | 1 - libcfs/include/.gitignore | 1 - libcfs/include/libcfs/.gitignore | 1 - libcfs/include/libcfs/darwin/.gitignore | 1 - libcfs/include/libcfs/linux/.gitignore | 1 - libcfs/include/libcfs/posix/.gitignore | 1 - libcfs/include/libcfs/util/.gitignore | 1 - libcfs/libcfs/.gitignore | 10 -------- libcfs/libcfs/darwin/.gitignore | 1 - libcfs/libcfs/linux/.gitignore | 3 --- libcfs/libcfs/posix/.gitignore | 1 - libcfs/libcfs/util/.gitignore | 2 -- libsysio/.gitignore | 5 ---- libsysio/dev/stdfd/.gitignore | 1 - libsysio/drivers/incore/.gitignore | 1 - libsysio/drivers/native/.gitignore | 1 - libsysio/drivers/sockets/.gitignore | 1 - libsysio/drivers/yod/.gitignore | 1 - libsysio/src/.gitignore | 1 - libsysio/tests/.gitignore | 2 -- lnet/.gitignore | 8 ------- lnet/autoconf/.gitignore | 1 - lnet/doc/.gitignore | 1 - lnet/include/.gitignore | 1 - lnet/include/lnet/.gitignore | 1 - lnet/include/lnet/darwin/.gitignore | 1 - lnet/include/lnet/linux/.gitignore | 1 - lnet/klnds/.gitignore | 5 ---- lnet/klnds/mxlnd/.gitignore | 11 --------- lnet/klnds/o2iblnd/.gitignore | 12 ---------- lnet/klnds/ptllnd/.gitignore | 10 -------- lnet/klnds/qswlnd/.gitignore | 10 -------- lnet/klnds/ralnd/.gitignore | 10 -------- lnet/klnds/socklnd/.gitignore | 10 -------- lnet/lnet/.gitignore | 12 ---------- lnet/router/.gitignore | 10 -------- lnet/selftest/.gitignore | 10 -------- lnet/ulnds/.gitignore | 4 ---- lnet/ulnds/socklnd/.gitignore | 2 -- lnet/utils/.gitignore | 3 --- lnet/utils/pthread/.gitignore | 2 -- lustre-iokit/.gitignore | 6 ----- lustre-iokit/ior-survey/.gitignore | 1 - lustre-iokit/mds-survey/.gitignore | 1 + lustre-iokit/obdfilter-survey/.gitignore | 1 - lustre-iokit/ost-survey/.gitignore | 1 - lustre-iokit/sgpdd-survey/.gitignore | 1 - lustre-iokit/stats-collect/.gitignore | 1 - lustre/.gitignore | 13 ---------- lustre/autoconf/.gitignore | 1 - lustre/cmm/.gitignore | 15 ------------ lustre/conf/.gitignore | 1 - lustre/contrib/.gitignore | 1 - lustre/doc/.gitignore | 8 ------- lustre/fid/.gitignore | 15 ------------ lustre/fld/.gitignore | 15 ------------ lustre/include/.gitignore | 7 ------ lustre/include/darwin/.gitignore | 1 + lustre/include/linux/.gitignore | 7 ------ lustre/include/lustre/.gitignore | 1 - lustre/lclient/.gitignore | 16 ------------- lustre/ldlm/.gitignore | 5 ---- lustre/liblustre/.gitignore | 7 ------ lustre/liblustre/tests/.gitignore | 2 -- lustre/liblustre/tests/mpi/.gitignore | 3 --- lustre/llite/.gitignore | 16 ------------- lustre/lmv/.gitignore | 15 ------------ lustre/lov/.gitignore | 11 --------- lustre/lvfs/.gitignore | 15 ------------ lustre/mdc/.gitignore | 15 ------------ lustre/mdd/.gitignore | 15 ------------ lustre/mds/.gitignore | 15 ------------ lustre/mdt/.gitignore | 15 ------------ lustre/mgc/.gitignore | 15 ------------ lustre/mgs/.gitignore | 15 ------------ lustre/obdclass/.gitignore | 17 ------------- lustre/obdclass/darwin/.gitignore | 1 - lustre/obdclass/linux/.gitignore | 2 -- lustre/obdecho/.gitignore | 15 ------------ lustre/obdfilter/.gitignore | 15 ------------ lustre/osc/.gitignore | 15 ------------ lustre/osd-ldiskfs/.gitignore | 15 ------------ lustre/ost/.gitignore | 15 ------------ lustre/ptlrpc/.gitignore | 16 ------------- lustre/ptlrpc/gss/.gitignore | 15 ------------ lustre/quota/.gitignore | 15 ------------ lustre/scripts/.gitignore | 7 ------ lustre/tests/.gitignore | 9 ------- lustre/tests/mpi/.gitignore | 8 ------- lustre/utils/.gitignore | 10 -------- lustre/utils/Lustre/.gitignore | 2 -- lustre/utils/gss/.gitignore | 7 ------ lustre/utils/pthread/.gitignore | 2 -- snmp/.gitignore | 2 -- snmp/autoconf/.gitignore | 1 - 102 files changed, 28 insertions(+), 675 deletions(-) delete mode 100644 build/patches/ofed/.gitignore delete mode 100644 lnet/klnds/.gitignore delete mode 100644 lnet/klnds/mxlnd/.gitignore delete mode 100644 lnet/klnds/qswlnd/.gitignore delete mode 100644 lnet/klnds/ralnd/.gitignore delete mode 100644 lnet/klnds/socklnd/.gitignore delete mode 100644 lnet/lnet/.gitignore delete mode 100644 lnet/router/.gitignore delete mode 100644 lnet/selftest/.gitignore delete mode 100644 lnet/ulnds/.gitignore create mode 100644 lustre-iokit/mds-survey/.gitignore delete mode 100644 lustre/cmm/.gitignore delete mode 100644 lustre/fid/.gitignore delete mode 100644 lustre/fld/.gitignore create mode 100644 lustre/include/darwin/.gitignore delete mode 100644 lustre/llite/.gitignore delete mode 100644 lustre/lmv/.gitignore delete mode 100644 lustre/lov/.gitignore delete mode 100644 lustre/mdc/.gitignore delete mode 100644 lustre/mdd/.gitignore delete mode 100644 lustre/mds/.gitignore delete mode 100644 lustre/mdt/.gitignore delete mode 100644 lustre/mgc/.gitignore delete mode 100644 lustre/mgs/.gitignore delete mode 100644 lustre/obdecho/.gitignore delete mode 100644 lustre/obdfilter/.gitignore delete mode 100644 lustre/osc/.gitignore delete mode 100644 lustre/osd-ldiskfs/.gitignore delete mode 100644 lustre/ost/.gitignore delete mode 100644 lustre/ptlrpc/.gitignore delete mode 100644 lustre/ptlrpc/gss/.gitignore delete mode 100644 lustre/quota/.gitignore diff --git a/.gitignore b/.gitignore index c4c5376..83ff49a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,49 +13,59 @@ # # Normal rules # -*.[oasi] -*.so +.deps +.depend +.DS_Store +.*.cmd +.*.d +.*.flags +.tmp_versions +.Xrefs *~ +*.a *.dSYM -*.swp +*.i +*.ko +*.mod.c +*.o *.orig *.rej +*.s +*.so +*.swp *.unsigned +00[0-9][0-9]-*.patch +autoMakefile +autoMakefile.in +config.log +config.status +configure +Makefile modules.order -.DS_Store +TAGS # # Top level generated files specific to this top level dir # -/.*.cmd -/.depend -/.deps /.mergeinfo-* /.pc -/.tmp_versions -/.Xrefs /.Xrefs-2.5 /acl.size /aclocal.m4 /autom4te-2.53.cache /autom4te.cache -/autoMakefile -/autoMakefile.in +/COMMIT_EDITMSG.* /compile /config.cache /config.guess /config.h /config.h.in -/config.log -/config.status /config.sub -/configure /depcomp /INSTALL /install-sh /lustre.spec /lustre*.tar.gz -/Makefile /missing /mkinstalldirs /Module.markers @@ -72,7 +82,6 @@ modules.order # !.gitignore tags -TAGS # cscope files cscope.* diff --git a/build/.gitignore b/build/.gitignore index 32a3367..86d4cb0 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,13 +1,4 @@ -/.*.cmd -/.*.flags -/.*.d -/*.ko -/*.c -/.*.o.d -/.tmp_versions /Rules -/autoMakefile.in -/autoMakefile /modules.order /Module.markers /lustre.spec diff --git a/build/autoconf/.gitignore b/build/autoconf/.gitignore index b336cc7..10a7e8d 100644 --- a/build/autoconf/.gitignore +++ b/build/autoconf/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/build/patches/ofed/.gitignore b/build/patches/ofed/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/ldiskfs/.gitignore b/ldiskfs/.gitignore index 96832e4..8cb3258 100644 --- a/ldiskfs/.gitignore +++ b/ldiskfs/.gitignore @@ -1,17 +1,10 @@ -/.tmp_versions -/Makefile /Rules /aclocal.m4 -/autoMakefile -/autoMakefile.in /autom4te.cache /config.guess /config.h /config.h.in -/config.log -/config.status /config.sub -/configure /install-sh /lustre-ldiskfs-*.tar.gz /lustre-ldiskfs.spec diff --git a/ldiskfs/ldiskfs/.gitignore b/ldiskfs/ldiskfs/.gitignore index 0da426d..4dbe8d6 100644 --- a/ldiskfs/ldiskfs/.gitignore +++ b/ldiskfs/ldiskfs/.gitignore @@ -1,14 +1,7 @@ -/.*.cmd -/Makefile -/autoMakefile.in -/autoMakefile -/ldiskfs.ko -/ldiskfs.mod.c /linux-stage /linux /modules.order /*.c /*.h -/.*.o.d -/.*.swp /sources +/trace diff --git a/libcfs/.gitignore b/libcfs/.gitignore index c7de982..57ee492 100644 --- a/libcfs/.gitignore +++ b/libcfs/.gitignore @@ -1,11 +1,3 @@ /Kernelenv -/Makefile -/autoMakefile -/autoMakefile.in /aclocal.m4 /autom4te.cache -/config.log -/config.status -/configure -/.*.cmd -/.depend diff --git a/libcfs/autoconf/.gitignore b/libcfs/autoconf/.gitignore index b336cc7..10a7e8d 100644 --- a/libcfs/autoconf/.gitignore +++ b/libcfs/autoconf/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/libcfs/include/.gitignore b/libcfs/include/.gitignore index cf31684..9577da2 100644 --- a/libcfs/include/.gitignore +++ b/libcfs/include/.gitignore @@ -2,5 +2,4 @@ /stamp-h /stamp-h1 /stamp-h.in -/Makefile /Makefile.in diff --git a/libcfs/include/libcfs/.gitignore b/libcfs/include/libcfs/.gitignore index 9ee6454..10a7e8d 100644 --- a/libcfs/include/libcfs/.gitignore +++ b/libcfs/include/libcfs/.gitignore @@ -1,2 +1 @@ /Makefile.in -/Makefile diff --git a/libcfs/include/libcfs/darwin/.gitignore b/libcfs/include/libcfs/darwin/.gitignore index 9ee6454..10a7e8d 100644 --- a/libcfs/include/libcfs/darwin/.gitignore +++ b/libcfs/include/libcfs/darwin/.gitignore @@ -1,2 +1 @@ /Makefile.in -/Makefile diff --git a/libcfs/include/libcfs/linux/.gitignore b/libcfs/include/libcfs/linux/.gitignore index 9ee6454..10a7e8d 100644 --- a/libcfs/include/libcfs/linux/.gitignore +++ b/libcfs/include/libcfs/linux/.gitignore @@ -1,2 +1 @@ /Makefile.in -/Makefile diff --git a/libcfs/include/libcfs/posix/.gitignore b/libcfs/include/libcfs/posix/.gitignore index 9ee6454..10a7e8d 100644 --- a/libcfs/include/libcfs/posix/.gitignore +++ b/libcfs/include/libcfs/posix/.gitignore @@ -1,2 +1 @@ /Makefile.in -/Makefile diff --git a/libcfs/include/libcfs/util/.gitignore b/libcfs/include/libcfs/util/.gitignore index 9ee6454..10a7e8d 100644 --- a/libcfs/include/libcfs/util/.gitignore +++ b/libcfs/include/libcfs/util/.gitignore @@ -1,2 +1 @@ /Makefile.in -/Makefile diff --git a/libcfs/libcfs/.gitignore b/libcfs/libcfs/.gitignore index a0221a7..8a6be4d 100644 --- a/libcfs/libcfs/.gitignore +++ b/libcfs/libcfs/.gitignore @@ -1,11 +1 @@ -/.deps -/Makefile /link-stamp -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/libcfs/libcfs/darwin/.gitignore b/libcfs/libcfs/darwin/.gitignore index b336cc7..10a7e8d 100644 --- a/libcfs/libcfs/darwin/.gitignore +++ b/libcfs/libcfs/darwin/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/libcfs/libcfs/linux/.gitignore b/libcfs/libcfs/linux/.gitignore index 10f7f76..10a7e8d 100644 --- a/libcfs/libcfs/linux/.gitignore +++ b/libcfs/libcfs/linux/.gitignore @@ -1,4 +1 @@ -/Makefile /Makefile.in -/.*.o.cmd -/.*.o.d diff --git a/libcfs/libcfs/posix/.gitignore b/libcfs/libcfs/posix/.gitignore index b336cc7..10a7e8d 100644 --- a/libcfs/libcfs/posix/.gitignore +++ b/libcfs/libcfs/posix/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/libcfs/libcfs/util/.gitignore b/libcfs/libcfs/util/.gitignore index a9e61ef..10a7e8d 100644 --- a/libcfs/libcfs/util/.gitignore +++ b/libcfs/libcfs/util/.gitignore @@ -1,3 +1 @@ -/Makefile /Makefile.in -/*.o.cmd diff --git a/libsysio/.gitignore b/libsysio/.gitignore index 427045d..5a0f1ce 100644 --- a/libsysio/.gitignore +++ b/libsysio/.gitignore @@ -1,10 +1,5 @@ -/.deps /aclocal.m4 /autom4te.cache -/config.log -/config.status -/configure /lib -/Makefile /Makefile.in /INSTALL diff --git a/libsysio/dev/stdfd/.gitignore b/libsysio/dev/stdfd/.gitignore index 229368a2..c83c013 100644 --- a/libsysio/dev/stdfd/.gitignore +++ b/libsysio/dev/stdfd/.gitignore @@ -1,2 +1 @@ -/.deps /.dirstamp diff --git a/libsysio/drivers/incore/.gitignore b/libsysio/drivers/incore/.gitignore index 229368a2..c83c013 100644 --- a/libsysio/drivers/incore/.gitignore +++ b/libsysio/drivers/incore/.gitignore @@ -1,2 +1 @@ -/.deps /.dirstamp diff --git a/libsysio/drivers/native/.gitignore b/libsysio/drivers/native/.gitignore index 229368a2..c83c013 100644 --- a/libsysio/drivers/native/.gitignore +++ b/libsysio/drivers/native/.gitignore @@ -1,2 +1 @@ -/.deps /.dirstamp diff --git a/libsysio/drivers/sockets/.gitignore b/libsysio/drivers/sockets/.gitignore index 229368a2..c83c013 100644 --- a/libsysio/drivers/sockets/.gitignore +++ b/libsysio/drivers/sockets/.gitignore @@ -1,2 +1 @@ -/.deps /.dirstamp diff --git a/libsysio/drivers/yod/.gitignore b/libsysio/drivers/yod/.gitignore index 229368a2..c83c013 100644 --- a/libsysio/drivers/yod/.gitignore +++ b/libsysio/drivers/yod/.gitignore @@ -1,2 +1 @@ -/.deps /.dirstamp diff --git a/libsysio/src/.gitignore b/libsysio/src/.gitignore index 229368a2..c83c013 100644 --- a/libsysio/src/.gitignore +++ b/libsysio/src/.gitignore @@ -1,2 +1 @@ -/.deps /.dirstamp diff --git a/libsysio/tests/.gitignore b/libsysio/tests/.gitignore index f53478a..10a7e8d 100644 --- a/libsysio/tests/.gitignore +++ b/libsysio/tests/.gitignore @@ -1,3 +1 @@ -/.deps -/Makefile /Makefile.in diff --git a/lnet/.gitignore b/lnet/.gitignore index c7de982..57ee492 100644 --- a/lnet/.gitignore +++ b/lnet/.gitignore @@ -1,11 +1,3 @@ /Kernelenv -/Makefile -/autoMakefile -/autoMakefile.in /aclocal.m4 /autom4te.cache -/config.log -/config.status -/configure -/.*.cmd -/.depend diff --git a/lnet/autoconf/.gitignore b/lnet/autoconf/.gitignore index b336cc7..10a7e8d 100644 --- a/lnet/autoconf/.gitignore +++ b/lnet/autoconf/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lnet/doc/.gitignore b/lnet/doc/.gitignore index b9ba63a..ea6ef03 100644 --- a/lnet/doc/.gitignore +++ b/lnet/doc/.gitignore @@ -1,4 +1,3 @@ -/Makefile /Makefile.in /*.eps /*.pdf diff --git a/lnet/include/.gitignore b/lnet/include/.gitignore index cf31684..9577da2 100644 --- a/lnet/include/.gitignore +++ b/lnet/include/.gitignore @@ -2,5 +2,4 @@ /stamp-h /stamp-h1 /stamp-h.in -/Makefile /Makefile.in diff --git a/lnet/include/lnet/.gitignore b/lnet/include/lnet/.gitignore index b336cc7..10a7e8d 100644 --- a/lnet/include/lnet/.gitignore +++ b/lnet/include/lnet/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lnet/include/lnet/darwin/.gitignore b/lnet/include/lnet/darwin/.gitignore index b336cc7..10a7e8d 100644 --- a/lnet/include/lnet/darwin/.gitignore +++ b/lnet/include/lnet/darwin/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lnet/include/lnet/linux/.gitignore b/lnet/include/lnet/linux/.gitignore index 9ee6454..10a7e8d 100644 --- a/lnet/include/lnet/linux/.gitignore +++ b/lnet/include/lnet/linux/.gitignore @@ -1,2 +1 @@ /Makefile.in -/Makefile diff --git a/lnet/klnds/.gitignore b/lnet/klnds/.gitignore deleted file mode 100644 index 1e49142..0000000 --- a/lnet/klnds/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/Makefile -/autoMakefile -/autoMakefile.in -/.*.cmd -/.depend diff --git a/lnet/klnds/mxlnd/.gitignore b/lnet/klnds/mxlnd/.gitignore deleted file mode 100644 index c7be525..0000000 --- a/lnet/klnds/mxlnd/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/.deps -/Makefile -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend - diff --git a/lnet/klnds/o2iblnd/.gitignore b/lnet/klnds/o2iblnd/.gitignore index c948525..c123ea7 100644 --- a/lnet/klnds/o2iblnd/.gitignore +++ b/lnet/klnds/o2iblnd/.gitignore @@ -1,13 +1 @@ -/.deps -/.depend -/.tmp_versions -/.*.flags -/.*.o.cmd -/.*.d -/autoMakefile.in -/autoMakefile -/Makefile -/*.ko -/*.mod.c /wirecheck -/.*.cmd diff --git a/lnet/klnds/ptllnd/.gitignore b/lnet/klnds/ptllnd/.gitignore index 524911f..c123ea7 100644 --- a/lnet/klnds/ptllnd/.gitignore +++ b/lnet/klnds/ptllnd/.gitignore @@ -1,11 +1 @@ -/.deps -/Makefile -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.*.cmd -/.tmp_versions -/.depend /wirecheck diff --git a/lnet/klnds/qswlnd/.gitignore b/lnet/klnds/qswlnd/.gitignore deleted file mode 100644 index 6c4e352..0000000 --- a/lnet/klnds/qswlnd/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/.deps -/Makefile -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.*.cmd -/.tmp_versions -/.depend diff --git a/lnet/klnds/ralnd/.gitignore b/lnet/klnds/ralnd/.gitignore deleted file mode 100644 index b5d0279..0000000 --- a/lnet/klnds/ralnd/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/.deps -/Makefile -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lnet/klnds/socklnd/.gitignore b/lnet/klnds/socklnd/.gitignore deleted file mode 100644 index b5d0279..0000000 --- a/lnet/klnds/socklnd/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/.deps -/Makefile -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lnet/lnet/.gitignore b/lnet/lnet/.gitignore deleted file mode 100644 index 3e19ab9..0000000 --- a/lnet/lnet/.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -/.deps -/.depend -/.tmp_versions -/.*.o.cmd -/.*.o.d -/.*.flags -/autoMakefile.in -/autoMakefile -/Makefile -/*.ko -/*.mod.c -/.*.cmd diff --git a/lnet/router/.gitignore b/lnet/router/.gitignore deleted file mode 100644 index b5d0279..0000000 --- a/lnet/router/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/.deps -/Makefile -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lnet/selftest/.gitignore b/lnet/selftest/.gitignore deleted file mode 100644 index b5d0279..0000000 --- a/lnet/selftest/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/.deps -/Makefile -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lnet/ulnds/.gitignore b/lnet/ulnds/.gitignore deleted file mode 100644 index 1537d89..0000000 --- a/lnet/ulnds/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/.deps -/Makefile -/autoMakefile -/autoMakefile.in diff --git a/lnet/ulnds/socklnd/.gitignore b/lnet/ulnds/socklnd/.gitignore index f53478a..10a7e8d 100644 --- a/lnet/ulnds/socklnd/.gitignore +++ b/lnet/ulnds/socklnd/.gitignore @@ -1,3 +1 @@ -/.deps -/Makefile /Makefile.in diff --git a/lnet/utils/.gitignore b/lnet/utils/.gitignore index 2d3799a..f292723 100644 --- a/lnet/utils/.gitignore +++ b/lnet/utils/.gitignore @@ -1,11 +1,8 @@ -/Makefile /Makefile.in /acceptor /debugctl /ptlctl -/.deps /routerstat /wirecheck /lst /lstclient -/.*.cmd diff --git a/lnet/utils/pthread/.gitignore b/lnet/utils/pthread/.gitignore index c3e52a2..42a0383 100644 --- a/lnet/utils/pthread/.gitignore +++ b/lnet/utils/pthread/.gitignore @@ -1,4 +1,2 @@ -/Makefile /Makefile.in -/.deps /lstclient diff --git a/lustre-iokit/.gitignore b/lustre-iokit/.gitignore index 1de67b0..f133c40 100644 --- a/lustre-iokit/.gitignore +++ b/lustre-iokit/.gitignore @@ -1,13 +1,7 @@ /Kernelenv -/Makefile /Makefile.in /aclocal.m4 /autom4te.cache -/config.log -/config.status -/configure -/.*.cmd -/.depend /COPYING /INSTALL /install-sh diff --git a/lustre-iokit/ior-survey/.gitignore b/lustre-iokit/ior-survey/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre-iokit/ior-survey/.gitignore +++ b/lustre-iokit/ior-survey/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre-iokit/mds-survey/.gitignore b/lustre-iokit/mds-survey/.gitignore new file mode 100644 index 0000000..10a7e8d --- /dev/null +++ b/lustre-iokit/mds-survey/.gitignore @@ -0,0 +1 @@ +/Makefile.in diff --git a/lustre-iokit/obdfilter-survey/.gitignore b/lustre-iokit/obdfilter-survey/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre-iokit/obdfilter-survey/.gitignore +++ b/lustre-iokit/obdfilter-survey/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre-iokit/ost-survey/.gitignore b/lustre-iokit/ost-survey/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre-iokit/ost-survey/.gitignore +++ b/lustre-iokit/ost-survey/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre-iokit/sgpdd-survey/.gitignore b/lustre-iokit/sgpdd-survey/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre-iokit/sgpdd-survey/.gitignore +++ b/lustre-iokit/sgpdd-survey/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre-iokit/stats-collect/.gitignore b/lustre-iokit/stats-collect/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre-iokit/stats-collect/.gitignore +++ b/lustre-iokit/stats-collect/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre/.gitignore b/lustre/.gitignore index 91c11fe..0ceefc6 100644 --- a/lustre/.gitignore +++ b/lustre/.gitignore @@ -1,18 +1,8 @@ -/.Xrefs /.Xrefs-2.5 /aclocal.m4 -/config.log -/config.status /config.cache /config.guess /config.sub -/configure -/Makefile -/autoMakefile -/autoMakefile.in -/.deps -/tags -/TAGS /lustre*.tar.gz /cscope.files /cscope.out @@ -20,12 +10,9 @@ /autom4te.cache /depcomp /compile -/.*.cmd /.mergeinfo-* /Rules /missing /mkinstalldirs /install-sh -/.depend -/.tmp_versions /tmpdiff diff --git a/lustre/autoconf/.gitignore b/lustre/autoconf/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre/autoconf/.gitignore +++ b/lustre/autoconf/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre/cmm/.gitignore b/lustre/cmm/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/cmm/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/conf/.gitignore b/lustre/conf/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre/conf/.gitignore +++ b/lustre/conf/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre/contrib/.gitignore b/lustre/contrib/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre/contrib/.gitignore +++ b/lustre/contrib/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre/doc/.gitignore b/lustre/doc/.gitignore index 1f807dc..e4a059f 100644 --- a/lustre/doc/.gitignore +++ b/lustre/doc/.gitignore @@ -1,12 +1,4 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/tags -/TAGS /OBD-HOWTO.html /OBD-HOWTO.txt /lustre-HOWTO.lyx diff --git a/lustre/fid/.gitignore b/lustre/fid/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/fid/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/fld/.gitignore b/lustre/fld/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/fld/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/include/.gitignore b/lustre/include/.gitignore index d9f9e5f..d106e44 100644 --- a/lustre/include/.gitignore +++ b/lustre/include/.gitignore @@ -1,14 +1,7 @@ -/.Xrefs -/config.log -/config.status -/configure /config.h /config.h.in /stamp-h /stamp-h1 /stamp-h.in -/Makefile /Makefile.in -/.deps -/TAGS /lustre_ver.h diff --git a/lustre/include/darwin/.gitignore b/lustre/include/darwin/.gitignore new file mode 100644 index 0000000..10a7e8d --- /dev/null +++ b/lustre/include/darwin/.gitignore @@ -0,0 +1 @@ +/Makefile.in diff --git a/lustre/include/linux/.gitignore b/lustre/include/linux/.gitignore index e1fd9d8..50facfb 100644 --- a/lustre/include/linux/.gitignore +++ b/lustre/include/linux/.gitignore @@ -1,11 +1,4 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/TAGS /extN_fs.h /extN_fs_i.h /extN_fs_sb.h diff --git a/lustre/include/lustre/.gitignore b/lustre/include/lustre/.gitignore index b96b82a..f2a56d8 100644 --- a/lustre/include/lustre/.gitignore +++ b/lustre/include/lustre/.gitignore @@ -1,3 +1,2 @@ -/Makefile /Makefile.in /lustre_build_version.h diff --git a/lustre/lclient/.gitignore b/lustre/lclient/.gitignore index 5d65d94..10a7e8d 100644 --- a/lustre/lclient/.gitignore +++ b/lustre/lclient/.gitignore @@ -1,17 +1 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/TAGS -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.cmd -/.*.flags -/.*.o.d -/.tmp_versions -/.depend diff --git a/lustre/ldlm/.gitignore b/lustre/ldlm/.gitignore index b429f91..10a7e8d 100644 --- a/lustre/ldlm/.gitignore +++ b/lustre/ldlm/.gitignore @@ -1,6 +1 @@ -/.deps -/Makefile /Makefile.in -/.*.cmd -/.*.flags -/.tmp_versions diff --git a/lustre/liblustre/.gitignore b/lustre/liblustre/.gitignore index ff964ea..3609346 100644 --- a/lustre/liblustre/.gitignore +++ b/lustre/liblustre/.gitignore @@ -1,9 +1,2 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/TAGS /libtest diff --git a/lustre/liblustre/tests/.gitignore b/lustre/liblustre/tests/.gitignore index 05115c8..3214fcb 100644 --- a/lustre/liblustre/tests/.gitignore +++ b/lustre/liblustre/tests/.gitignore @@ -1,6 +1,4 @@ -/Makefile /Makefile.in -/.deps /echo_test /recovery_small /replay_ost_single diff --git a/lustre/liblustre/tests/mpi/.gitignore b/lustre/liblustre/tests/mpi/.gitignore index a6df05a..2dc2b0a 100644 --- a/lustre/liblustre/tests/mpi/.gitignore +++ b/lustre/liblustre/tests/mpi/.gitignore @@ -1,5 +1,2 @@ -/Makefile /Makefile.in -/.deps - /test_lock_cancel diff --git a/lustre/llite/.gitignore b/lustre/llite/.gitignore deleted file mode 100644 index d5a04fa..0000000 --- a/lustre/llite/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.cmd -/.*.flags -/.*.o.d -/.tmp_versions -/.depend diff --git a/lustre/lmv/.gitignore b/lustre/lmv/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/lmv/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/lov/.gitignore b/lustre/lov/.gitignore deleted file mode 100644 index 1dc2f37..0000000 --- a/lustre/lov/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -/.deps -/Makefile -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.*.o.d -/.tmp_versions -/.depend diff --git a/lustre/lvfs/.gitignore b/lustre/lvfs/.gitignore index ced394d..7ace0ae 100644 --- a/lustre/lvfs/.gitignore +++ b/lustre/lvfs/.gitignore @@ -1,19 +1,4 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd /fsfilt-*.c -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend /sources /fsfilt_ldiskfs.* /fsfilt-ldiskfs.* diff --git a/lustre/mdc/.gitignore b/lustre/mdc/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/mdc/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/mdd/.gitignore b/lustre/mdd/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/mdd/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/mds/.gitignore b/lustre/mds/.gitignore deleted file mode 100644 index 1cfbc41..0000000 --- a/lustre/mds/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.o.flags -/.tmp_versions -/.depend diff --git a/lustre/mdt/.gitignore b/lustre/mdt/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/mdt/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/mgc/.gitignore b/lustre/mgc/.gitignore deleted file mode 100644 index 1cfbc41..0000000 --- a/lustre/mgc/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.o.flags -/.tmp_versions -/.depend diff --git a/lustre/mgs/.gitignore b/lustre/mgs/.gitignore deleted file mode 100644 index 1cfbc41..0000000 --- a/lustre/mgs/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.o.flags -/.tmp_versions -/.depend diff --git a/lustre/obdclass/.gitignore b/lustre/obdclass/.gitignore index 9efcf51..df263b4 100644 --- a/lustre/obdclass/.gitignore +++ b/lustre/obdclass/.gitignore @@ -1,18 +1 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.*.d -/.*.ver -/.tmp_versions -/.depend /llog-test.c diff --git a/lustre/obdclass/darwin/.gitignore b/lustre/obdclass/darwin/.gitignore index b336cc7..10a7e8d 100644 --- a/lustre/obdclass/darwin/.gitignore +++ b/lustre/obdclass/darwin/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in diff --git a/lustre/obdclass/linux/.gitignore b/lustre/obdclass/linux/.gitignore index ba305f4..10a7e8d 100644 --- a/lustre/obdclass/linux/.gitignore +++ b/lustre/obdclass/linux/.gitignore @@ -1,3 +1 @@ -/Makefile /Makefile.in -/.*.cmd diff --git a/lustre/obdecho/.gitignore b/lustre/obdecho/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/obdecho/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/obdfilter/.gitignore b/lustre/obdfilter/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/obdfilter/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/osc/.gitignore b/lustre/osc/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/osc/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/osd-ldiskfs/.gitignore b/lustre/osd-ldiskfs/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/osd-ldiskfs/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/ost/.gitignore b/lustre/ost/.gitignore deleted file mode 100644 index ecdce2f9..0000000 --- a/lustre/ost/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/ptlrpc/.gitignore b/lustre/ptlrpc/.gitignore deleted file mode 100644 index 836021b..0000000 --- a/lustre/ptlrpc/.gitignore +++ /dev/null @@ -1,16 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/tags -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.tmp_versions -/.depend diff --git a/lustre/ptlrpc/gss/.gitignore b/lustre/ptlrpc/gss/.gitignore deleted file mode 100644 index 0343a7d..0000000 --- a/lustre/ptlrpc/gss/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/tags -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.flags -/.depend diff --git a/lustre/quota/.gitignore b/lustre/quota/.gitignore deleted file mode 100644 index 1cfbc41..0000000 --- a/lustre/quota/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile -/.deps -/TAGS -/.*.cmd -/autoMakefile.in -/autoMakefile -/*.ko -/*.mod.c -/.*.o.flags -/.tmp_versions -/.depend diff --git a/lustre/scripts/.gitignore b/lustre/scripts/.gitignore index fe6b49d..a45dd923 100644 --- a/lustre/scripts/.gitignore +++ b/lustre/scripts/.gitignore @@ -1,12 +1,5 @@ -/.Xrefs /lustre.spec -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/TAGS /version_tag.pl /lustre_createcsv.sh /lustre_config.sh diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 5e03813..e7bf4b4 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -1,12 +1,4 @@ -/.tmp_versions -/.Xrefs -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/TAGS /openunlink /testreq /truncate @@ -42,7 +34,6 @@ /openfile /unlinkmany /fchdir_test -/*.cmd /getdents /o_directory /mkdirdeep diff --git a/lustre/tests/mpi/.gitignore b/lustre/tests/mpi/.gitignore index cdbc254..9d45ae9 100644 --- a/lustre/tests/mpi/.gitignore +++ b/lustre/tests/mpi/.gitignore @@ -1,11 +1,4 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/TAGS /createmany-mpi /mdsrate /parallel_grouplock @@ -13,5 +6,4 @@ /write_disjoint /cascading_rw /createmany_mpi -/*.cmd /*.log diff --git a/lustre/utils/.gitignore b/lustre/utils/.gitignore index 91506c6..d0e901a 100644 --- a/lustre/utils/.gitignore +++ b/lustre/utils/.gitignore @@ -1,12 +1,4 @@ -/.Xrefs -/config.log -/config.status -/configure -/Makefile /Makefile.in -/.deps -/tags -/TAGS /mkfs.lustre /mount.lustre /tunefs.lustre @@ -25,8 +17,6 @@ /l_facl /req_layout /l_getgroups -/.*.cmd -/.*.d /mkfs_lustre /mount_lustre /tunefs_lustre diff --git a/lustre/utils/Lustre/.gitignore b/lustre/utils/Lustre/.gitignore index 12baf6b..385c42c 100644 --- a/lustre/utils/Lustre/.gitignore +++ b/lustre/utils/Lustre/.gitignore @@ -1,4 +1,2 @@ -/Makefile /Makefile.in -/.deps /*.pyc diff --git a/lustre/utils/gss/.gitignore b/lustre/utils/gss/.gitignore index 69c6765..014ef75 100644 --- a/lustre/utils/gss/.gitignore +++ b/lustre/utils/gss/.gitignore @@ -1,12 +1,5 @@ -/.Xrefs -/Makefile /Makefile.in -/.deps -/tags -/TAGS /lgssd /lsvcgssd /l_idmap /lgss_keyring -/.*.cmd -/.*.d diff --git a/lustre/utils/pthread/.gitignore b/lustre/utils/pthread/.gitignore index 6c9c689..d5ffce0 100644 --- a/lustre/utils/pthread/.gitignore +++ b/lustre/utils/pthread/.gitignore @@ -1,6 +1,4 @@ -/Makefile /Makefile.in -/.deps /lctl /lfs /loadgen diff --git a/snmp/.gitignore b/snmp/.gitignore index dc1ebd2..10a7e8d 100644 --- a/snmp/.gitignore +++ b/snmp/.gitignore @@ -1,3 +1 @@ -/Makefile /Makefile.in -/.deps diff --git a/snmp/autoconf/.gitignore b/snmp/autoconf/.gitignore index b336cc7..10a7e8d 100644 --- a/snmp/autoconf/.gitignore +++ b/snmp/autoconf/.gitignore @@ -1,2 +1 @@ -/Makefile /Makefile.in -- 1.8.3.1