summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 844f37b6ee37f4fe6306f5e3ce894b66ac8dfd09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 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
*.orig
*.os
*.patch
!build/appveyor/NSIS.patch
*.pyc
*.rej
*_build
*~
.#*

src/mixxx.rc.include
src/mixxx.res

*.sqlite

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

__pycache__

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

mixxx
mixxx-test

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

res/qrc_mixxx.cc

*.wixobj
*.wixpdb
*.msi
*.mst
*.cab
build/wix/subdirs/*.wxs
# The following 2 files are autogenerated by scons at release time
# based on .tmpl template file for the second one.
build/wix/bundle/bundleloc.wxs
build/wix/ProductID.wxi

*.obj
*.pdb
lib/*/*.lib
lib/*/lib/*.lib

lib/qtscript-bytearray/*.cc

compile_commands.json

# Exclude documentation generated by Doxygen
/doxygen/

# Exclude buildenv directory from our helper scripts
/buildenv/

# CMake build configurations, generated by tools/windows_buildenv.bat
CMakeSettings.json

# Build and distribution directories for various build configurations
/build/
/install/

# VisualStudio project files
/.vs/