diff options
| author | Mistivia <i@mistivia.com> | 2025-01-15 19:12:12 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-01-15 19:12:46 +0800 |
| commit | 4da382953c830a61ae24ccbe95c4241db8788269 (patch) | |
| tree | 31f6d184273274e2660516d1ac1146b5661f20b6 /lib/crow/.gitignore | |
restore
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/ |
