diff options
author | Turbo Fredriksson <[email protected]> | 2013-04-23 16:49:06 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-24 16:18:14 -0700 |
commit | 8bbda8df3ea618cd994d477d6d5c0e0acec80089 (patch) | |
tree | 74d15968669da96095d2306975a207e53241b07e /.gitignore | |
parent | 16253cff43bf4865be01fb6f0b03cc7eeb1ece1b (diff) |
Ignore *.{deb,rpm,tar.gz} files in the top directory.
These are build products and should be ignored.
Signed-off-by: Brian Behlendorf <[email protected]>
Signed-off-by: Turbo Fredriksson <[email protected]>
Issue zfsonlinux/zfs#1402
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4e0a2db93..a44e4323c 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ Makefile.in tags TAGS cscope.* +*.rpm +*.deb +*.tar.gz |