summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAlf Gaida2017-09-24 14:27:34 +0200
committerAlf Gaida2017-09-24 14:27:34 +0200
commit305fc42dd6893b84e8fafd482c3d3c8c37a544c3 (patch)
tree4a7a91ed8f2a00b591d7dfad6827d34763ab9275 /.gitattributes
parentcorrect spelling mistake (diff)
downloadpavucontrol-slx-305fc42dd6893b84e8fafd482c3d3c8c37a544c3.tar.gz
pavucontrol-slx-305fc42dd6893b84e8fafd482c3d3c8c37a544c3.tar.xz
pavucontrol-slx-305fc42dd6893b84e8fafd482c3d3c8c37a544c3.zip
Bump version to 0.3.0
* Added .gitattributes * Bumped minimum lxqt-build-tools version to 0.4.0 * Removed QUIET from find_package's
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..590d191
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,17 @@
+# 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
+
+/build export-ignore
+/temp export-ignore
+/tmp export-ignore