Introduce .gitignore

The contents of `.gitignore` in this commit are the untracked files listed by
`git status` after running `make` in `c/`.
pull/88/head
Michael Bradley, Jr 5 years ago
parent 08ac806145
commit 138a88d741

13
.gitignore vendored

@ -0,0 +1,13 @@
c/.deps/qrcodegen-demo.d
c/.deps/qrcodegen-worker.d
c/.deps/qrcodegen.d
c/.deps/timestamp
c/libqrcodegen.a
c/qrcodegen-demo
c/qrcodegen-demo.o
c/qrcodegen-test
c/qrcodegen-test.dSYM/Contents/Info.plist
c/qrcodegen-test.dSYM/Contents/Resources/DWARF/qrcodegen-test
c/qrcodegen-worker
c/qrcodegen-worker.o
c/qrcodegen.o
Loading…
Cancel
Save