diff options
author | marha <marha@users.sourceforge.net> | 2013-02-13 10:44:02 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-02-13 10:44:02 +0100 |
commit | 4a165ef2f762a4ce9155f2a3626692326bda616d (patch) | |
tree | 42a6edd4c14a5f7350c8996d2b69ad5d8e0264b6 /openssl | |
parent | 7a847a68d7e7ddc20e4a20613d1dd116070b4f20 (diff) | |
download | vcxsrv-4a165ef2f762a4ce9155f2a3626692326bda616d.tar.gz vcxsrv-4a165ef2f762a4ce9155f2a3626692326bda616d.tar.bz2 vcxsrv-4a165ef2f762a4ce9155f2a3626692326bda616d.zip |
Added NUL to ignore
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/.gitignore b/openssl/.gitignore index 5ee27150b..2e7f46437 100644 --- a/openssl/.gitignore +++ b/openssl/.gitignore @@ -3,4 +3,5 @@ Makefile inc32
out32_d
tmp32
-tmp32_d
\ No newline at end of file +tmp32_d
+NUL
|