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:
Andy Polyakov 2016-02-12 14:13:06 +01:00
parent dbf9a33c43
commit c619e81011
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -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