# 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
build/

# bazel
bazel-*

# Vagrant
.vagrant/

.gdb_history
*.smf.fb.h*
*_generated.h
build_debug/
build_release/

.DS_Store

# clang-tidy
compile_commands.json

# vim
.*.swp

CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
deps-build/
smf-config-version.cmake
smf-config.cmake
smf-deps-build/
smf-deps-install/
smfTargets.cmake

src/demo_apps/demo_client
src/demo_apps/demo_server
bin/

# tests
src/integration_tests/*_test
src/test/*_unit_test
*.test

# docs
Doxyfile
vendor/
