diff options
author | Sven Strickroth <email@cs-ware.de> | 2011-10-09 18:45:23 +0200 |
---|---|---|
committer | Sven Strickroth <email@cs-ware.de> | 2011-10-09 18:55:28 +0200 |
commit | cf9bf6b7875357eb8059a4957c1d649bb9ff7e3c (patch) | |
tree | b5959914e0ce4be26c9b602426fac660fbc4a5de /.gitignore | |
parent | 96fab093e3d7fa15e5085f36c51841fa6628cbe9 (diff) | |
download | libgit2-cf9bf6b7875357eb8059a4957c1d649bb9ff7e3c.tar.gz |
include version information in git2.dll on Windows
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 254e63db7..87ba3f34f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ msvc/Release/ *.vc*proj* *.sdf *.opensdf +*.aps CMake* *.cmake .DS_Store |