From 9441fba12430f568b8b7456fcbe54d4c8a42d24d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 7 Apr 2008 18:35:12 -0500 Subject: Add *.exe ignores for certain other platforms Signed-off-by: Dan McGee --- src/pacman/.gitignore | 1 + src/util/.gitignore | 3 +++ 2 files changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3-24-g4f1b