summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2012-05-09 17:32:11 +0200
committerJohn Kacur <jkacur@redhat.com>2012-10-17 00:21:28 +0200
commitd63f567c646e07da87d9ce3cce5e5add74c97e16 (patch)
tree0fb50a2f967f485b19bf09e421de2cd52d990e7f
parent992b905d42143f2741b537b60bc51e3fa7c8859d (diff)
downloadrt-tests-d63f567c646e07da87d9ce3cce5e5add74c97e16.tar.gz
rt-tests / gitignore: Exclude patches and .a libs too.
Minor fix to make working with git nicer. Now that we're building a lib, we need to exclude it from git status output. Do the same for patches we generate or apply. Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 047925c..1924e73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
*.o
*.tar.gz
*.d
+*.patch
+*.a
tmp
patches
ChangeLog