Ignore packaging related files when generating and archive
This commit is contained in:
parent
9e8d259465
commit
e55d5e146e
|
@ -3,3 +3,7 @@
|
||||||
|
|
||||||
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
|
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
|
||||||
.vagrant-puppet/* eol=lf
|
.vagrant-puppet/* eol=lf
|
||||||
|
|
||||||
|
# Ignore packaging related files when generating and archive
|
||||||
|
icingaweb2.spec export-ignore
|
||||||
|
packages export-ignore
|
||||||
|
|
Loading…
Reference in New Issue