diff options
author | Robert Buchholz <rbu@goodpoint.de> | 2009-05-02 16:10:02 +0200 |
---|---|---|
committer | Robert Buchholz <rbu@goodpoint.de> | 2009-05-02 16:10:02 +0200 |
commit | d1c768f2487937cc971392aded8442f44aa8f927 (patch) | |
tree | fc85ccb09309847f70fd97db785d85a6a8d12fc3 /.gitignore | |
parent | Removed kernelsec.py (diff) | |
download | kernel-check-d1c768f2487937cc971392aded8442f44aa8f927.tar.gz kernel-check-d1c768f2487937cc971392aded8442f44aa8f927.tar.bz2 kernel-check-d1c768f2487937cc971392aded8442f44aa8f927.zip |
correct names for tmp dirs in gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ *pyc -.tmp -.xml +tmp +xml |