Skip to content

Commit

Permalink
Merge pull request #3 from status-im/chore/gitignore-exe
Browse files Browse the repository at this point in the history
chore: add c/qrcodegen-*.exe to .gitignore
  • Loading branch information
michaelsbradleyjr committed Jul 7, 2020
2 parents 1a2e1cc + 8afd1c9 commit d2283a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ c/.deps/qrcodegen.d
c/.deps/timestamp
c/libqrcodegen.a
c/qrcodegen-demo
c/qrcodegen-demo.exe
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-test.exe
c/qrcodegen-worker
c/qrcodegen-worker.exe
c/qrcodegen-worker.o
c/qrcodegen.o

0 comments on commit d2283a6

Please sign in to comment.