Update .gitignore with windows files to be excluded from git
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
5c5e7e1a7e
commit
448e6f060e
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
# editor artefacts
|
# editor artefacts
|
||||||
*.swp
|
*.swp
|
||||||
@ -86,3 +87,15 @@ tags
|
|||||||
TAGS
|
TAGS
|
||||||
cscope.out
|
cscope.out
|
||||||
*.d
|
*.d
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
/tmp32dll
|
||||||
|
/out32dll
|
||||||
|
/inc32
|
||||||
|
/MINFO
|
||||||
|
ms/bcb.mak
|
||||||
|
ms/libeay32.def
|
||||||
|
ms/nt.mak
|
||||||
|
ms/ntdll.mak
|
||||||
|
ms/ssleay32.def
|
||||||
|
ms/version32.rc
|
||||||
|
Loading…
Reference in New Issue
Block a user