jpeg-lutin/.gitignore
2021-12-15 22:52:34 +01:00

39 lines
320 B
Plaintext

__pycache__
.bck
out
target
build
# 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
# python bytecode
__pycache__
*.pyc