diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 20:10:12 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-31 10:03:30 +0200 |
commit | 6fc4b6c133e9bc7b7dc060b61be98d88bf578032 (patch) | |
tree | 84b83134116932a4b3a940cb6eb62e3cd3b9af46 | |
parent | 7c2e082f0f9b7b476da3e7b57ca5aecb2007da7c (diff) |
.gitignore: fix overmatching patterns, blacklist cram .venv
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -6,9 +6,10 @@ install_manifest.txt parser.[ch] parser.out contrib/lemon -ucode -utpl -ucc +/ucode +/utpl +/ucc *.so* tests/cram/*.t.err +tests/cram/.venv examples/ |