summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-05-04 14:14:56 +1200
committerOlly Betts <olly@survex.com>2021-05-04 14:14:56 +1200
commit32283991c5d831840e4625007a9e15399d1ff1de (patch)
tree996a398bf3a2b4e3b05c7f41c52a881654218b77 /.gitignore
parent6e6d720d8866e4f5d4b3b0f9ea12777f440be453 (diff)
downloadswig-32283991c5d831840e4625007a9e15399d1ff1de.tar.gz
Don't generate a .php wrapper file by default
It's now only generated if something to put in it is specified via: %pragma(php) include=... or %pragma(php) code=...
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0006e6ef6..b51da0fdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -184,11 +184,8 @@ Examples/perl5/*/*.pm
# PHP
Examples/test-suite/php/php_*.h
-Examples/test-suite/php/*.php
-!Examples/test-suite/php/*runme.php
-!Examples/test-suite/php/skel.php
Examples/php/*/php_*.h
-Examples/php/*/example.php
+Examples/php/pragmas/example.php
# Python
# Based on https://github.com/github/gitignore/blob/master/Python.gitignore