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>
This commit is contained in:
parent
c47ba4e96c
commit
e7932c1eb7
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -169,3 +169,7 @@ Makefile.save
|
||||||
*.bak
|
*.bak
|
||||||
cscope.*
|
cscope.*
|
||||||
*.d
|
*.d
|
||||||
|
pod2htmd.tmp
|
||||||
|
|
||||||
|
# Windows manifest files
|
||||||
|
*.manifest
|
||||||
|
|
Loading…
Reference in a new issue