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:
parent
08ac806145
commit
138a88d741
|
@ -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…
Reference in New Issue