diff options
author | JimC <jim@carroll.com> | 2016-08-03 19:53:21 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-08-04 17:05:48 +0200 |
commit | e7932c1eb7daa1f8778df57687f6983fe6712734 (patch) | |
tree | 8b93f987f4e695e32fac795516e4f1f09e63f781 /.gitignore | |
parent | Constify some ASN1_OBJECT *obj input parameters (diff) | |
download | openssl-e7932c1eb7daa1f8778df57687f6983fe6712734.tar.xz openssl-e7932c1eb7daa1f8778df57687f6983fe6712734.zip |
Ignore windows generated manifests
- Commit a95ce7f builds *.manifest files on windows -- added them to
.gitignore.
- ignore pod -> html temp file
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7deae39a78..e55ab65e9f 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,7 @@ Makefile.save *.bak cscope.* *.d +pod2htmd.tmp + +# Windows manifest files +*.manifest |