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
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ notes.txt

# Flattened headers for Compiler Explorer (dev/flatten.py).
flat/

# b2 output. One directory per project that has targets, so `bin/` turns up at
# the root and under test/, test/dynamic_loading/ and each
# test/implicit_shared_libraries/ variant. Only `build/` was ignored, which
# covers CMake but not this, leaving the object trees permanently
# untracked-but-addable - `git add test` would commit tens of thousands of
# lines of objects.
bin/
Loading