Initial commit

This commit is contained in:
Edouard DUPIN 2016-07-19 10:47:06 +02:00
commit 6a32d68b4b
2 changed files with 31 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# zxing-cpp-lutin
ZXing C++ Library lutin builder port