summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2c6d746eb571a7da08f30802eff5bd0b4627d2a4 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# 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/

# Exclude unneeded files from GoogleTest library when updating our bundled
# GoogleTest library in the lib/ directory
lib/googletest/docs
lib/googletest/ci
lib/googletest/.github
lib/googletest/googlemock/test
lib/googletest/googletest/samples
lib/googletest/googletest/test

# Exclude unneeded files from the bundled hidapi library in the lib/
# directory for future updates
lib/hidapi/android
lib/hidapi/dist
lib/hidapi/doxygen
lib/hidapi/hidtest
lib/hidapi/testgui