Crow/.gitignore

57 lines
438 B
Plaintext
Raw Permalink Normal View History

darxygen/**
docs/reference/**
2014-03-29 20:40:24 +00:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2014-04-02 16:38:08 +00:00
example
unittest
2021-03-13 11:33:09 +00:00
Testing/*
2021-03-13 12:06:35 +00:00
include/crow/tags
*.swp
*.gcov
*.gcda
*.gcno
2014-07-08 11:21:28 +00:00
2014-08-06 19:46:28 +00:00
build
2014-07-08 11:21:28 +00:00
.directory
crow_all.h
2016-11-20 22:20:48 +00:00
# conan.io
2020-10-19 17:26:46 +00:00
build*/
#Doxygen
html/
#QT-Creator
*.config
*.creator*
*.cflags
*.cxxflags
*.files
*.includes
2021-01-08 15:13:39 +00:00
#VS-Code
2021-03-13 11:33:09 +00:00
.vscode