Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and clean up .gitignore #3861

Merged
merged 5 commits into from
May 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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