chksum_cpp/.gitignore
AustrianToast a69bf01271
update .gitignore
now includes possible binary files
2024-02-14 00:10:18 +01:00

42 lines
336 B
Plaintext

# ---> C++
# Prerequisites
*.d
# 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
# ---> Personal
# Binary
chksum
main
tests
fs_reader