Skip to content

Commit

Permalink
add python builds to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
erip committed Jul 19, 2022
1 parent 3bff35e commit b1eedce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Config files from CMake
python/pymarian.egg-info/# Config files from CMake
src/common/project_version.h
src/common/git_revision.h
src/common/build_info.cpp
Expand Down Expand Up @@ -63,4 +63,6 @@ examples/mnist/*ubyte
.vs
.vscode

python/build
src/python/build/
src/python/dist/
src/python/pymarian.egg-info/

0 comments on commit b1eedce

Please sign in to comment.