# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
bin/*
obj/*

# macOS garbage
.DS_Store

# Qt-Creator IDE
build-*
*.user*

# Cmake caches
build/*

# DoxyGen's output:
docs

# Ignore CLeon's files
.idea/*
cmake-build-*/*

# Gen ADLDATA's deep-debug WAVs
fm_banks/_deep_debug/*

# MSVC Cmake integration
.vs/
/out/
CMakeSettings.json
