diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | opl/.gitignore | 2 | ||||
-rw-r--r-- | opl/examples/.gitignore | 4 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 13e8bddb..66cf0983 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ EXTRA_DIST= \ CMDLINE \ HACKING \ README.OPL \ + OPL-TODO \ TODO \ BUGS \ rpm.spec diff --git a/opl/.gitignore b/opl/.gitignore index e64379dc..8aac4e77 100644 --- a/opl/.gitignore +++ b/opl/.gitignore @@ -3,3 +3,5 @@ Makefile .deps libopl.a *.rc +tags +TAGS diff --git a/opl/examples/.gitignore b/opl/examples/.gitignore index 49bb1af8..4d589c73 100644 --- a/opl/examples/.gitignore +++ b/opl/examples/.gitignore @@ -2,4 +2,6 @@ Makefile.in Makefile .deps droplay - +*.exe +tags +TAGS |