diff options
author | Jon Bernard <jbernard@jbernard.io> | 2018-04-17 00:28:40 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@jbernard.io> | 2018-04-17 00:28:40 -0400 |
commit | 2a2862ac50837f8241cf78ec8ff5108808e5ec6c (patch) | |
tree | f3ed33b9ab7baa182d8759923f861bd134301956 /.gitignore | |
parent | 040f8593888031fc670fabe63c8eceb4bf6858a0 (diff) | |
download | dotfiles-2a2862ac50837f8241cf78ec8ff5108808e5ec6c.tar.gz dotfiles-2a2862ac50837f8241cf78ec8ff5108808e5ec6c.tar.bz2 dotfiles-2a2862ac50837f8241cf78ec8ff5108808e5ec6c.zip |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,19 +1,11 @@ *.pyc *.pyo __pycache__/ -.cache/ +.pytest_cache/ -.venv/ .tox -.bundle/ build/ dist/ dotfiles.egg-info/ .eggs/ - -tasks -.tasks.done - -Gemfile -Gemfile.lock |