mirror of
https://github.com/sddm/sddm.git
synced 2024-11-23 01:54:21 +08:00
d88d16c186
Some files shouldn't be exported with git archive.
18 lines
485 B
Plaintext
18 lines
485 B
Plaintext
# remove files from deployment using `git archive`
|
|
|
|
# common files
|
|
.commit-template export-ignore
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.mailmap export-ignore
|
|
.travis.yml 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
|
|
*build* export-ignore
|
|
*.user export-ignore
|