mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
55 lines
408 B
Plaintext
55 lines
408 B
Plaintext
# 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
|