Skip to content

Commit

Permalink
Remove custom patterns from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Sep 1, 2019
1 parent 838b3d6 commit 21cee36
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,7 +43,6 @@ src/test/test_data
src/test/golden_buffers/*.actual

res/qrc_mixxx.cc
res/developer_skins

*.wixobj
*.wixpdb
Expand All @@ -58,6 +62,4 @@ lib/*/lib/*.lib

lib/qtscript-bytearray/*.cc

.idea
*.vscode
compile_commands.json

0 comments on commit 21cee36

Please sign in to comment.