summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 75726e798c70d0df315ce05a1285f47dd9501041 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# remove files from deployment using `git archive`

# git files
.gitattributes      export-ignore
.github             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
.translation-update export-ignore

/build              export-ignore
/temp               export-ignore
/tmp                export-ignore