mirror of
https://github.com/AdaCore/fswatch.git
synced 2026-02-12 13:09:11 -08:00
20 lines
423 B
Plaintext
20 lines
423 B
Plaintext
# remove files from deployment using `git archive`
|
|
|
|
# git files
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
|
|
|
|
# several files and directories we never want to export
|
|
# a little bit belt and braces as the most of these files
|
|
# should never ever be in the repository
|
|
|
|
.*~ export-ignore
|
|
.kdev4/ export-ignore
|
|
.idea/ export-ignore
|
|
.travis.yml export-ignore
|
|
|
|
*.ac -crlf
|
|
*.am -crlf
|
|
*.sh -crlf
|