Algoritmeanalyse-og-optimering / .gitignore
.gitignore
Raw
# 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

# Custom ignore patterns
# Ignore all files in the out directory
out/
# Ignore all files in the build directory
build/
# Ignore all files in the bin directory