Skip to content

Commit

Permalink
Add a gitignore file for build artifacts (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlong authored and xavierleroy committed Jan 14, 2018
1 parent 140d0cb commit c516bba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.a
*.cma
*.cmi
*.cmo
*.o
*.so

test/minigzip
test/minizip

0 comments on commit c516bba

Please sign in to comment.