summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 904f4ca9974956afd8b7f9dc6140d1ae31e445e4 (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
# 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 ignore those patterns through your global
# gitignore or locally in .git/info/exclude.

# Logs
*.log
*.log.*

# Compilation artifacts
src/mixxx.rc.include
src/mixxx.res
src/test/**/*.actual
res/qrc_mixxx.cc

__pycache__

# TOOLS

# Clang/cmake
*_build
compile_commands.json

# Doxygen documentation
/doxygen/

# SCons
.sconf_temp
.sconsign.branch
.sconsign.dblite
cache/

# Exclude buildenv directory from our helper scripts
/buildenv/