zxing-cpp-lutin/.gitignore

34 lines
292 B
Plaintext
Raw Normal View History

2016-07-19 10:47:06 +02:00
# 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
2016-07-27 21:51:31 +02:00
# python temporary file
__pycache__
*.pyc