X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=.gitignore;h=8b52cf5f83a20e0890e15a3e09cab1c200b9d5f0;hb=HEAD;hp=992b0c725d70a47ab0c6b42f7bcb9bce1f51c4e3;hpb=4126ddd40a7ff7a4ab43a233a53e4458a3e5e0cc;p=fs%2Flustre-release.git diff --git a/.gitignore b/.gitignore index 992b0c7..f9b5b91 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ # # Normal rules # +.cache.mk +.dirstamp .deps .depend .DS_Store @@ -27,12 +29,13 @@ \#* *.a *.dSYM -*.i *.ko *.la *.lo *.mod.c *.o +*.dwo +*.o.ur-safe *.orig *.rej *.s @@ -40,6 +43,7 @@ *.so *.swp *.unsigned +_lpb 00[0-9][0-9]-*.patch autoMakefile autoMakefile.in @@ -59,6 +63,8 @@ TAGS # # Top level generated files specific to this top level dir # +/find-provides +/find-provides.ksyms /.mergeinfo-* /.pc /.Xrefs-2.5 @@ -66,7 +72,7 @@ TAGS /aclocal.m4 /autom4te-2.53.cache /autom4te.cache -/COMMIT_EDITMSG.* +/COMMIT* /compile /config.cache /config.h @@ -92,6 +98,16 @@ TAGS /stamp-h1 /LUSTRE-VERSION-FILE +# common python venv names +/.venv +/venv + +# Vagrant artifacts +.vagrant/ + +# Coverity results +*.tgz + # # Top level generic files # @@ -103,3 +119,13 @@ cscope.* # doxygen files doxygen.* +*.mod + +# +# LNet generated files +# +/lnet/klnds/in-kernel-o2iblnd/o2iblnd*.c +/lnet/klnds/in-kernel-o2iblnd/o2iblnd*.h +/lnet/klnds/o2iblnd/Module.symvers +/debian/changelog +/debian/control