diff options
Diffstat (limited to 'deps/inja/.gitignore')
-rw-r--r-- | deps/inja/.gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/deps/inja/.gitignore b/deps/inja/.gitignore new file mode 100644 index 0000000..060ca13 --- /dev/null +++ b/deps/inja/.gitignore @@ -0,0 +1,43 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# Build Folders +build +buildc +dist + +# Coveralls repo token +.coveralls.yml + +.vscode + +doc/html +doc/latex + +examples |