diff --git a/.gitignore b/.gitignore index 4f477d8..d1b5c6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,32 @@ +# Compiled Object files +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.a +*.lib + +# Executables +*.exe +build/ + +# DUB .dub -taggedalgebraic-test-library -taggedalgebraic-test-library.* \ No newline at end of file +docs.json +__dummy.html +docs/ + +# DUB testing artifacts +*-test-library +*-test-application + +# Code coverage +*.lst + +# Emacs +*~