Skip to content

Commit

Permalink
#449 add .a, .o, .mod to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Jul 26, 2019
1 parent bd54204 commit 40dafbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*.pyc
*~
*.a
*.o
*.mod
*.MOD
.cache
.coverage
doc/_build
Expand Down

0 comments on commit 40dafbf

Please sign in to comment.