Update .gitignore
Two additional files were recently introduced and should be ignored by git. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #5299
This commit is contained in:
parent
6078881aa1
commit
9d70aec6fd
|
@ -49,6 +49,7 @@ Makefile.in
|
||||||
!.gitignore
|
!.gitignore
|
||||||
tags
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
current
|
||||||
cscope.*
|
cscope.*
|
||||||
*.rpm
|
*.rpm
|
||||||
*.deb
|
*.deb
|
||||||
|
|
|
@ -3,4 +3,5 @@ module-setup.sh
|
||||||
mount-zfs.sh
|
mount-zfs.sh
|
||||||
parse-zfs.sh
|
parse-zfs.sh
|
||||||
zfs-generator.sh
|
zfs-generator.sh
|
||||||
|
zfs-needshutdown.sh
|
||||||
zfs-lib.sh
|
zfs-lib.sh
|
||||||
|
|
Loading…
Reference in New Issue