Skip to content

Commit

Permalink
MNT: Adding *.a and *.so to .gitignore to avoid versioning compiled a…
Browse files Browse the repository at this point in the history
…rtifacts.
  • Loading branch information
Hugo Slepicka committed Aug 14, 2020
1 parent f4d8c87 commit 9591acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.o
data_example*
.idea
*.a
*.so

0 comments on commit 9591acd

Please sign in to comment.