diff options
Diffstat (limited to 'lib/crow/.gitignore')
| -rw-r--r-- | lib/crow/.gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lib/crow/.gitignore b/lib/crow/.gitignore new file mode 100644 index 0000000..cfe8b64 --- /dev/null +++ b/lib/crow/.gitignore @@ -0,0 +1,38 @@ +# 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 + +*.swp +*.gcov + +*.gcda +*.gcno + +build + +.directory +crow_all.h + +# conan.io +build/ |
