summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPing Cheng <pinglinux@gmail.com>2009-10-18 16:06:33 -0700
committerPeter Hutterer <peter.hutterer@who-t.net>2009-10-20 15:16:47 +1000
commit0b6891c4ed46882da46f6ee85eab9cf6f4a70942 (patch)
treed8048407bb41d3053dfbb6537ca644d6890c086b /.gitignore
parent10e0036f5b398b08ddddcea1ace534e1188e1abe (diff)
Add backup (*~) and patch (*.patch) files to .gitignore
Signed-off-by: Ping Cheng <pinglinux@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dc5bcfd..f0c2cc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,5 @@ m4
*.o
*.[0-9]
*.pc
+*~
+*.patch