# 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
