Introduce .gitignore

The contents of `.gitignore` in this commit are the untracked files listed by
`git status` after running `make` in `c/`.
This commit is contained in:
Michael Bradley, Jr 2020-06-25 11:50:13 -05:00
parent 08ac806145
commit 138a88d741
1 changed files with 13 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -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