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 /module | |
parent | f7e8739c940c4175b5298de9a00c8c7974aff489 (diff) |
sun-misc-gitignore
Add .gitignore files.
Signed-off-by: Ricardo M. Correia <[email protected]>
Diffstat (limited to 'module')
-rw-r--r-- | module/.gitignore | 4 | ||||
-rw-r--r-- | module/spl/.gitignore | 1 | ||||
-rw-r--r-- | module/splat/.gitignore | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/module/.gitignore b/module/.gitignore new file mode 100644 index 000000000..7a922a409 --- /dev/null +++ b/module/.gitignore @@ -0,0 +1,4 @@ +/.tmp_versions +/Makefile +/Module.markers +/Module.symvers diff --git a/module/spl/.gitignore b/module/spl/.gitignore new file mode 100644 index 000000000..5fc607b9e --- /dev/null +++ b/module/spl/.gitignore @@ -0,0 +1 @@ +/Makefile diff --git a/module/splat/.gitignore b/module/splat/.gitignore new file mode 100644 index 000000000..5fc607b9e --- /dev/null +++ b/module/splat/.gitignore @@ -0,0 +1 @@ +/Makefile |