Updated gitignore for JNI
This commit is contained in:
parent
106b8bb6a7
commit
62501e5447
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,6 +1,9 @@
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
*.a
|
*.a
|
||||||
|
*.class
|
||||||
|
*.so
|
||||||
|
jni/com*.h
|
||||||
src/test_suite
|
src/test_suite
|
||||||
lib/hush
|
lib/hush
|
||||||
examples/dns
|
examples/dns
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue