diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-08 18:16:04 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-08 18:16:04 -0800 |
commit | bb471bf74fdff4e6e93e39677e9dab36e716b6f1 (patch) | |
tree | bd37725a13d509532b3d1dfc0d641d7ff11ab522 | |
parent | Merge branch 'jc/commit-s-subject-is-not-a-footer' (diff) | |
parent | Add intermediate build products to .gitignore (diff) | |
download | tgif-bb471bf74fdff4e6e93e39677e9dab36e716b6f1.tar.xz |
Merge branch 'maint'
* maint:
Add intermediate build products to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 51a37b1af7..f0d2e96b88 100644 --- a/.gitignore +++ b/.gitignore @@ -168,6 +168,7 @@ git.spec *.exe *.[aos] *.py[co] +*+ config.mak autom4te.cache config.cache |