diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-21 17:35:27 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-21 17:35:27 +0100 |
commit | 0144b2ed29b3e3ae09fd8caeeffdadc10322cc1c (patch) | |
tree | 293b54140d448828af9a46c4f3be799a1c7d7ac7 | |
parent | 7cf28a75959eac03a12c471a01f0a6111fbbd0ce (diff) | |
download | pacman-0144b2ed29b3e3ae09fd8caeeffdadc10322cc1c.tar.gz pacman-0144b2ed29b3e3ae09fd8caeeffdadc10322cc1c.tar.xz |
Add some additional files to .gitignore
*.lineno - these show up when you use a shell less-featured than bash
cscope.*.out - These show up when you build reverse databases using -q
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,9 +8,11 @@ config.h config.h.in config.log config.status +config.status.lineno config.rpath config.sub configure +configure.lineno depcomp install-sh libtool @@ -23,4 +25,6 @@ stamp-h1 root tags cscope.out +cscope.in.out +cscope.po.out pacman-*.tar.gz |