mirror of https://github.com/openssl/openssl.git
Update .gitignore.
Not all git versions understand **/Makefile, but all recognize that filename without any path applies to all directories. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
dbf9a33c43
commit
c619e81011
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
# Top level excludes
|
||||
/Makefile.orig
|
||||
/Makefile
|
||||
/MINFO
|
||||
/TABLE
|
||||
/*.a
|
||||
|
|
@ -23,7 +22,8 @@
|
|||
/tmp.*
|
||||
/configdata.pm
|
||||
|
||||
**/Makefile
|
||||
# *all* Makefiles
|
||||
Makefile
|
||||
|
||||
/test/*.ss
|
||||
/test/*.srl
|
||||
|
|
|
|||
Loading…
Reference in New Issue