Skip to content

Commit

Permalink
.gitignore: qtscript-bytearray/*.cc moc files
Browse files Browse the repository at this point in the history
Also some reordering and newlines for readability. Was conservative
about the explicit name, could probably be changed to *.cc at some
point.
  • Loading branch information
Patric Schmitz committed Mar 24, 2016
1 parent e18b0f6 commit 53e7d1a
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .gitignore
Expand Up @@ -7,27 +7,38 @@
*.pyc
*.rej
*_build
*~
.#*

dist32
dist64

src/mixxx.rc.include
src/mixxx.res
*~
.#*

.sconf_temp
.sconsign.branch
.sconsign.dblite

*.sqlite

*.cfg
!/res/keyboard/*.cfg

cache

lib/*/*.a
lib/*/lib/*.a

mixxx
mixxx-test

src/test/test_data
src/test/golden_buffers/*.actual

res/qrc_mixxx.cc
res/developer_skins
src/test/golden_buffers/*.actual

build/wix/*.wixobj
build/wix/*.wixpdb
build/wix/*.msi
Expand All @@ -39,3 +50,5 @@ build/wix/subdirs/*.wxs
*.pdb
lib/*/*.lib
lib/*/lib/*.lib

lib/qtscript-bytearray/*.cc

0 comments on commit 53e7d1a

Please sign in to comment.