Skip to content

Commit

Permalink
Merge pull request #3861 from uklotzde/gitignore
Browse files Browse the repository at this point in the history
Update and clean up .gitignore
  • Loading branch information
Holzhaus authored May 24, 2021
2 parents 6092951 + 2508a70 commit df1fd52
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@
*.log
*.log.*

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

# Might be created when running a Python script from the tools folder
__pycache__

# TOOLS

# Clang/cmake
*_build
compile_commands.json

# Doxygen documentation
/doxygen/
/doxygen

# Exclude buildenv directory from our helper scripts
/buildenv/
/buildenv

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

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

# VisualStudio project files
/.vs/
# Legacy compilation artifacts that are obsolete starting with 2.3
# TODO: Delete after 2.2 with SCons has been abandoned. Developers
# are supposed to clean their project directory!
src/mixxx.rc.include
src/mixxx.res
src/test/**/*.actual
res/qrc_mixxx.cc

0 comments on commit df1fd52

Please sign in to comment.