diff options
author | Graham Knop <haarg@haarg.org> | 2020-11-19 12:09:55 +0100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2020-11-23 10:47:15 +1100 |
commit | b6ec1e74f0bf14c7c63f249ffc348c627d764b9b (patch) | |
tree | d66aae5f823278ca8e8b1c1a70e37da142c9d6f3 /.gitignore | |
parent | ddccb073272ae5bff8ee188205c5d51f532053c3 (diff) | |
download | perl-b6ec1e74f0bf14c7c63f249ffc348c627d764b9b.tar.gz |
fix splittree.pl ignore to only apply to root
There is a real splittree.pl in NetWare/, which may be copied to the
root. Ignore the file in the root, but not the file in NetWare/.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fb898ba7a9..4fcfe623c7 100644 --- a/.gitignore +++ b/.gitignore @@ -83,7 +83,7 @@ perldtrace.h *.gcno dll.base -splittree.pl +/splittree.pl # generated by make on cygwin /cygwin.c |