diff options
author | Dan McGee <dan@archlinux.org> | 2008-04-08 01:35:12 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-04-08 02:09:20 +0200 |
commit | 9441fba12430f568b8b7456fcbe54d4c8a42d24d (patch) | |
tree | d47d45a64750a80211b856ed971c4cce3846d4c3 | |
parent | b3f4bd9750821787d179340b0d1c7a5490276c10 (diff) | |
download | pacman-9441fba12430f568b8b7456fcbe54d4c8a42d24d.tar.gz pacman-9441fba12430f568b8b7456fcbe54d4c8a42d24d.tar.xz |
Add *.exe ignores for certain other platforms
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | src/pacman/.gitignore | 1 | ||||
-rw-r--r-- | src/util/.gitignore | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/pacman/.gitignore b/src/pacman/.gitignore index 3b2600fd..61407057 100644 --- a/src/pacman/.gitignore +++ b/src/pacman/.gitignore @@ -1,4 +1,5 @@ .deps .libs pacman +pacman.exe pacman.static diff --git a/src/util/.gitignore b/src/util/.gitignore index 36688806..c85ea2ca 100644 --- a/src/util/.gitignore +++ b/src/util/.gitignore @@ -1,5 +1,8 @@ .deps .libs vercmp +vercmp.exe testpkg +testpkg.exe testdb +testdb.exe |