cpp-unit-lutin/.gitignore

39 lines
326 B
Plaintext
Raw Permalink Normal View History

2021-12-15 22:47:46 +01:00
__pycache__
.bck
out
target
build
2016-07-27 14:04:02 +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:31:48 +02:00
# python temporary file
*.pyc
__pycache__