From defcaa7ecfd7596c5ab23bc70719a9508e874fbd Mon Sep 17 00:00:00 2001 From: Geod24 Date: Thu, 20 Jun 2019 16:33:27 +0900 Subject: [PATCH] Use a more modern .gitignore This repository cannot be used as a submodule because it does not ignore .a --- .gitignore | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) 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 +*~