chore: add c/qrcodegen-*.exe to .gitignore

The .exe files are produced when building on Windows
This commit is contained in:
Michael Bradley, Jr 2020-07-06 18:35:17 -05:00
parent 1a2e1cc871
commit 8afd1c9fc4

3
.gitignore vendored
View File

@ -4,10 +4,13 @@ c/.deps/qrcodegen.d
c/.deps/timestamp c/.deps/timestamp
c/libqrcodegen.a c/libqrcodegen.a
c/qrcodegen-demo c/qrcodegen-demo
c/qrcodegen-demo.exe
c/qrcodegen-demo.o c/qrcodegen-demo.o
c/qrcodegen-test c/qrcodegen-test
c/qrcodegen-test.dSYM/Contents/Info.plist c/qrcodegen-test.dSYM/Contents/Info.plist
c/qrcodegen-test.dSYM/Contents/Resources/DWARF/qrcodegen-test c/qrcodegen-test.dSYM/Contents/Resources/DWARF/qrcodegen-test
c/qrcodegen-test.exe
c/qrcodegen-worker c/qrcodegen-worker
c/qrcodegen-worker.exe
c/qrcodegen-worker.o c/qrcodegen-worker.o
c/qrcodegen.o c/qrcodegen.o