Files
qmltermwidget/.gitattributes
T
Alf Gaida 2cca598036 Remove cpack (#93)
* remove "building with cpack" from CMakeLists.txt - not used anymore

* Added very basic .gitattributes
2016-09-30 17:18:04 +02:00

18 lines
395 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
/build export-ignore
/temp export-ignore
/tmp export-ignore