Skip to content

Commit

Permalink
update .gitignore to ignore VERSION cache file
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack authored Feb 2, 2017
1 parent 4f941a7 commit 0364a5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
*.so
__pycache__

# ignore version cache file (generated automatically when setup.py is run)
ctapipe/VERSION

# Ignore .c files by default to avoid including generated code. If you want to
# add a non-generated .c extension, use `git add -f filename.c`.
*.c
Expand Down

0 comments on commit 0364a5f

Please sign in to comment.