summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorSimon Rettberg2022-08-18 20:27:25 +0200
committerSimon Rettberg2022-08-18 20:27:25 +0200
commitc48cebd620d3f5330c104d85ac32f0aaffadaa14 (patch)
tree8fc74d8aa05fcdc75bfcdf93fdc89c0f071692eb /.gitattributes
parentWhen changing default output of card, also set default sink (diff)
downloadpavucontrol-slx-c48cebd620d3f5330c104d85ac32f0aaffadaa14.tar.gz
pavucontrol-slx-c48cebd620d3f5330c104d85ac32f0aaffadaa14.tar.xz
pavucontrol-slx-c48cebd620d3f5330c104d85ac32f0aaffadaa14.zip
Replace everything with new "slxmix" (work in progress)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes18
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 75726e7..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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