diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-07-30 15:13:04 -0400 |
---|---|---|
committer | Jarod Wilson <jarod@redhat.com> | 2010-07-30 15:13:04 -0400 |
commit | 147bc2fc3ca6c3c16fba4d9a5aeb563738199cdb (patch) | |
tree | f924ae3325d6381ad75daa259f87e909b89a7541 /.gitignore | |
parent | 89a6e0800f097e3e164f403c573ff1ac2c5ee203 (diff) | |
download | kernel-147bc2fc3ca6c3c16fba4d9a5aeb563738199cdb.tar.gz kernel-147bc2fc3ca6c3c16fba4d9a5aeb563738199cdb.tar.xz kernel-147bc2fc3ca6c3c16fba4d9a5aeb563738199cdb.zip |
Slightly more robust and complete .gitignore
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index f52187036..c2fd41347 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ -linux-2.6.34.tar.bz2 -patch-2.6.35-rc6.bz2 -patch-2.6.35-rc6-git5.bz2 +linux-*.tar.bz2 +patch-*.bz2 +clog +*.rpm +kernel-2.6.*/ |