Add a .gitignore file to ignore build artifacts
This commit is contained in:
parent
ca1a779ee1
commit
ee892e70af
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/_build/
|
||||
/amalgamation/
|
||||
/main.c
|
||||
/miniz_export.h
|
||||
/miniz_tester
|
||||
/example*
|
||||
/test*/
|
||||
/test.out
|
||||
Loading…
Reference in New Issue
Block a user