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
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ tools/cache
tools/cmaps
bindings/python/src/pyforefire.egg-info
paper/jats
#python packaging
dist
wheelhouse
*.egg-info
#python
__pycache__
venv
Expand All @@ -32,7 +36,8 @@ docs/doxygen/xml
docs/doxygen/html

# build
CMakeLists.txt
# Do not ignore CMakeLists.txt here: it is tracked, and ignoring it makes
# packaging tools drop it from the sdist.
build.sh

#tools
Expand Down
Loading