icingaweb2/.gitattributes
Gunnar Beutner 48ca70f1db Make sure RPM packaging files are included in Git archives
If these files are missing the build jobs on build.icinga.org fail
2014-11-20 23:44:41 +01:00

6 lines
226 B
Plaintext

# Exclude files related to git when generating an archive
.git* export-ignore
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
.vagrant-puppet/* eol=lf