# 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

# Exclude the IDE folder
.vscode/
.idea/

# build and install directories
**/build/
**/cmake-build-debug/
**/install/
CMakeFiles/

# ingore build documentation
**/doxydocs/
**/doxygen_warnings.txt

# ignore exported microstructures
*.xml
*.itd
*.json
*.mesh

# cmake cache file
CMakeCache.txt
