diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:06:25 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:06:25 -0800 |
commit | a9fcc9f1f0967671aacec2ddd59fab2fcf7b8530 (patch) | |
tree | be3501d561debd3882248824417099e5e7095499 /gitignore | |
parent | [bash] add some aliases to remote boxes (diff) | |
download | emacs.d-a9fcc9f1f0967671aacec2ddd59fab2fcf7b8530.tar.gz |
[git] ignore pytest and reviewboard config
Diffstat (limited to '')
-rw-r--r-- | gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gitignore b/gitignore index 103e045..5fccd18 100644 --- a/gitignore +++ b/gitignore @@ -18,3 +18,6 @@ tags # emacs stuff .projectile .dir-locals.el +.pytest_cache/ + +.reviewboardrc |