Added a .gitignore file to keep status clean after building

pull/230/head
billieoconnor 1 month ago
parent 2c9044de6b
commit 974263e1b7

6
.gitignore vendored

@ -0,0 +1,6 @@
# Outputs of make for C target
c/.deps
c/*.o
c/*.a
c/qrcodegen-demo
c/qrcodegen-test
Loading…
Cancel
Save