diff options
author | Peter Anvin <hpa@tazenda.sc.orionmulti.com> | 2005-09-28 23:22:02 -0700 |
---|---|---|
committer | Peter Anvin <hpa@tazenda.sc.orionmulti.com> | 2005-09-28 23:22:02 -0700 |
commit | 11b1a5db4f8d5750781d8ed9a1ae539b28267370 (patch) | |
tree | 29873962fe9a170e88ba78b038cf2c4c8aee15c6 /.gitignore | |
parent | 0542f48c894f924d94a2bd05f7e4cbab25656112 (diff) | |
download | git-11b1a5db4f8d5750781d8ed9a1ae539b28267370.tar.gz git-11b1a5db4f8d5750781d8ed9a1ae539b28267370.tar.xz |
Ignore *.exe files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c3eb9543f..b99a37e9b 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ git-core-*/?* *.dsc *.deb git-core.spec +*.exe |