# 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

.DS_Store
*.asv

# Ignore all the files in the folder maps
/matlab/private/maps/*.*
!/matlab/private/maps/.gitkeep

# Ignore all files starting with DigitalMaps_ in the private folder
/matlab/private/DigitalMaps_*