Skip to content

Commit

Permalink
Merge pull request #1 from status-im/chore/gitignore
Browse files Browse the repository at this point in the history
Introduce .gitignore
  • Loading branch information
michaelsbradleyjr committed Jun 25, 2020
2 parents 08ac806 + 138a88d commit 7bee862
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7bee862

Please sign in to comment.