summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAlf Gaida2018-06-22 21:03:02 +0200
committerAlf Gaida2018-06-22 23:19:57 +0200
commitbe9f760c6086140bb3509823cab042f930d1bbd4 (patch)
treefa7e95048ee840c64906da3ea706d5c6ace0e740 /.gitattributes
parentMerge pull request #58 from HelixBot/weblate-lxqt-pavucontrol-qt (diff)
downloadpavucontrol-slx-be9f760c6086140bb3509823cab042f930d1bbd4.tar.gz
pavucontrol-slx-be9f760c6086140bb3509823cab042f930d1bbd4.tar.xz
pavucontrol-slx-be9f760c6086140bb3509823cab042f930d1bbd4.zip
Added .translation-update
* Don't export .translation-update * Fixed/cleaned up .gitignore
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes17
1 files changed, 9 insertions, 8 deletions
diff --git a/.gitattributes b/.gitattributes
index 590d191..75726e7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,17 +1,18 @@
# remove files from deployment using `git archive`
# git files
-.gitattributes export-ignore
-.github export-ignore
-.gitignore export-ignore
+.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
+.*~ export-ignore
+.kdev4 export-ignore
+.translation-update export-ignore
-/build export-ignore
-/temp export-ignore
-/tmp export-ignore
+/build export-ignore
+/temp export-ignore
+/tmp export-ignore