Skip to content

Commit b7c14f3

Browse files
committed
Update .gitignore
1 parent a0c88b6 commit b7c14f3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

libs/bindings/java/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.class
22
build/
33
libpostscriptbarcode.jar
4-
libpostscriptbarcode.so
4+
libpostscriptbarcode*.so
55
postscriptbarcode_wrap.c

libs/c/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.d
33
*.a
44
*.so*
5+
example
56
postscriptbarcode_test_shared
67
postscriptbarcode_test_static
78
postscriptbarcode_fuzzer

0 commit comments

Comments
 (0)