Update .gitignore with windows files to be excluded from git
Reviewed-by: Tim Hudson <tjh@openssl.org> Conflicts: .gitignore (cherry picked from commit 04f670cf3d8f22e0d197a071d2db536fb7ebd9c7)
This commit is contained in:
parent
181ae2badb
commit
e9cb6eb1d3
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
# editor artefacts
|
# editor artefacts
|
||||||
*.swp
|
*.swp
|
||||||
@ -77,3 +78,15 @@ Makefile.save
|
|||||||
*.bak
|
*.bak
|
||||||
tags
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
/tmp32dll
|
||||||
|
/out32dll
|
||||||
|
/inc32
|
||||||
|
/MINFO
|
||||||
|
ms/bcb.mak
|
||||||
|
ms/libeay32.def
|
||||||
|
ms/nt.mak
|
||||||
|
ms/ntdll.mak
|
||||||
|
ms/ssleay32.def
|
||||||
|
ms/version32.rc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user