diff options
author | Ricardo M. Correia <[email protected]> | 2010-01-08 01:19:49 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-01-08 09:37:54 -0800 |
commit | 694921bc49b3267b3fc0bc3a9e753fbc206e1a61 (patch) | |
tree | 23299168873cc7a0b590c0f07bba4c6524bf26cc /.gitignore | |
parent | f7e8739c940c4175b5298de9a00c8c7974aff489 (diff) |
sun-misc-gitignore
Add .gitignore files.
Signed-off-by: Ricardo M. Correia <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..27807cad9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# +# N.B. +# This is the toplevel .gitignore file. +# This is not the place for entries that are specific to +# a subdirectory. Instead add those files to the +# .gitignore file in that subdirectory. +# +# N.B. +# Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. + +# +# Normal rules +# +*.[oa] +*.ko +*.lo +*.la +*.mod.c +*~ +*.swp +.*.cmd +.deps +.libs +.DS_Store +modules.order + +# +# Top level generated files specific to this top level dir +# +/Makefile +/config.log +/config.status +/libtool +/spl_config.h +/spl.spec +/spl-modules.spec +/stamp-h1 + +# +# Top level generic files +# +!.gitignore +tags +TAGS +cscope.* |