diff options
| author | Wichert Akkerman <wichert@wiggy.net> | 2014-08-26 11:49:18 +0200 |
|---|---|---|
| committer | Wichert Akkerman <wichert@wiggy.net> | 2014-08-26 11:49:18 +0200 |
| commit | e3806adeb325eeef3c53830a4dcb5321ef6299a4 (patch) | |
| tree | 31f1d7bcfae6f4fcf18dc722d039c6515a548559 /.gitignore | |
| parent | 0a06db83aefdb8ad9da35ddfbef934bf1a514b0c (diff) | |
| download | external_python_mako-e3806adeb325eeef3c53830a4dcb5321ef6299a4.tar.gz external_python_mako-e3806adeb325eeef3c53830a4dcb5321ef6299a4.tar.bz2 external_python_mako-e3806adeb325eeef3c53830a4dcb5321ef6299a4.zip | |
Add vim and virtualenv files to gitignore
These reduces clutter reported by git during development.
Diffstat (limited to '.gitignore')
| -rw-r--r--[-rwxr-xr-x] | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c5771df..d518bf8 100755..100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,10 @@ *.pyc *.orig *.egg-info +*.sw[opq] + +/.Python +/bin +/include +/lib +/man |
