diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e48dd3b531..a9bc5d4e26 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ *.pyo *.so *.sw[a-z] +*.tar +*.tar.bz2 +*.tar.gz +*.zip *~ depend depend.bak @@ -25,4 +29,5 @@ cscope* .scon* config.py build +manifest.txt .dir-locals.el |