diff options
author | Roman Chistokhodov <freeslave93@gmail.com> | 2016-06-06 22:23:51 +0300 |
---|---|---|
committer | Roman Chistokhodov <freeslave93@gmail.com> | 2016-06-06 22:23:51 +0300 |
commit | c7e591bfb88a3d9c85350b29248bec51b8db8896 (patch) | |
tree | 930a5180213b0957c3bc9f3049e6874aab432e36 | |
parent | 8f35779cefbabdca21cfc4cda55abb1290d59fd9 (diff) | |
download | gitignore-c7e591bfb88a3d9c85350b29248bec51b8db8896.tar.gz gitignore-c7e591bfb88a3d9c85350b29248bec51b8db8896.zip |
Update D.gitignore
Add docs/ and *.lst
-rw-r--r-- | D.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/D.gitignore b/D.gitignore index b4433f8a..74b926fc 100644 --- a/D.gitignore +++ b/D.gitignore @@ -18,3 +18,7 @@ .dub docs.json __dummy.html +docs/ + +# Code coverage +*.lst |