chksum_cpp/.gitignore

48 lines
405 B
Plaintext
Raw Normal View History

2024-02-14 00:03:27 +01:00
# ---> 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
# ---> Cmake
Makefile
CMakeCache.txt
2024-02-14 00:24:21 +01:00
cmake_install.cmake
CMakeFiles
# ---> Personal
# Binary
chksum
main
tests
fs_reader