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

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

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

# Executables
*.exe
*.out
*.app

example
unittest
Testing/*
include/crow/tags

*.swp
*.gcov

*.gcda
*.gcno

build

.directory
crow_all.h

# conan.io
build*/

#Doxygen
html/

#QT-Creator
*.config
*.creator*
*.cflags
*.cxxflags
*.files
*.includes

#VS-Code
.vscode
