Skip to content

Commit

Permalink
Merge pull request #7 from mklauser/gitignore
Browse files Browse the repository at this point in the history
include .c in montecarlo/src/ for the randomkit files
  • Loading branch information
wkerzendorf committed Dec 11, 2014
2 parents 83ac255 + 6a14e24 commit 11bedc6
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,6 +8,7 @@ __pycache__
# 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
!tardis/montecarlo/src/*.c

# Other generated files
*/version.py
Expand Down

0 comments on commit 11bedc6

Please sign in to comment.