summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-09-01 14:54:58 +0200
committerUwe Klotz <uklotz@mixxx.org>2019-09-01 14:58:27 +0200
commit21cee36594ac1c621bdc4c8546e519f4c755e6d8 (patch)
tree39c3fbba63591c10c665a1fd98c7463b8ebba149 /.gitignore
parent838b3d6be197612edd1b4d07d1b87dc68f0348ae (diff)
Remove custom patterns from .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index ba9739c668..c2eb05fdea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+# Don't add any custom patterns for platform-specific files like .DS_Store
+# or generated by custom development tools like .vscode or .idea that don't
+# affect other developers. Instead add those custom patterns to your global
+# .gitignore file.
+
*.diff
*.log
*.o
@@ -38,7 +43,6 @@ src/test/test_data
src/test/golden_buffers/*.actual
res/qrc_mixxx.cc
-res/developer_skins
*.wixobj
*.wixpdb
@@ -58,6 +62,4 @@ lib/*/lib/*.lib
lib/qtscript-bytearray/*.cc
-.idea
-*.vscode
compile_commands.json