Skip to content

Commit

Permalink
Add __pycache__ to .gitignore
Browse files Browse the repository at this point in the history
Running `make` creates the `src/etc/__pycache__` directory which should
not be checked in.
  • Loading branch information
tbu- committed Dec 18, 2015
1 parent 3775b3f commit 18077cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ src/etc/*.pyc
src/registry/target
src/registry/Cargo.lock
rustc
__pycache__

0 comments on commit 18077cb

Please sign in to comment.