Files
TDT4230/.gitignore

44 lines
384 B
Plaintext

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
# 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
# Build directory
/build/*
!/build/.emptydirectory
# Debug build directory
/build-debug/*
/.vscode/*
/.vs/
/.cache/