# ignore cmake build data
build/

# ignore bin folder where install products go
bin/

# ignore out folder, test results go here
out/

# this file is generated from cibuild.sh, and is based on current tag
libkram/kram/KramVersion.h

# ignore zip files
*.zip

# 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

plugin/ext/
