Skip to content
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
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,25 @@
# Might be created when running a Python script from the tools folder
__pycache__

# Ignore the patch files that our CI provides to fix pre-commit
/pre-commit.patch

# Clang/cmake
*_build
compile_commands.json

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

# List of discovery files, generated by CTest when running tests with CMake
/cmake_test_discovery_*.json

# Doxygen documentation
/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
Expand Down
Loading