summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-02-12 14:13:06 +0100
committerAndy Polyakov <appro@openssl.org>2016-02-12 21:49:34 +0100
commitc619e81011209ec7c52763a07479081fc15076f1 (patch)
treef3f57690b4a505f968e26898823164be6273f1a6 /.gitignore
parentdbf9a33c433dedacbb6e0bc22f7aa87e27af2966 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4bbd89b4d7..34505ca502 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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