From 860a17497bdc189f78f5a0bca000a0451d5ae624 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 5 Jan 2010 15:52:12 +0000 Subject: Move config.make up to pkg/ directory. Use static makefiles to generate all packages, rather than dynamically generated makefiles. Add pkg/osx to dist. Make OS X staging directory depend on top level documentation files. Generate CMDLINE as part of standard build if it is not already present. Set svn:ignore properties. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1790 --- wince/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 wince/.gitignore (limited to 'wince/.gitignore') diff --git a/wince/.gitignore b/wince/.gitignore new file mode 100644 index 00000000..051d1bd5 --- /dev/null +++ b/wince/.gitignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +.deps -- cgit v1.2.3 From a9e2d244a5a37fed344405e40698de2a2969c12a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 27 Jan 2010 19:16:26 +0000 Subject: Add tags files to svn:ignore properties. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1828 --- wince/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wince/.gitignore') diff --git a/wince/.gitignore b/wince/.gitignore index 051d1bd5..d4e88e5a 100644 --- a/wince/.gitignore +++ b/wince/.gitignore @@ -1,3 +1,5 @@ Makefile Makefile.in .deps +tags +TAGS -- cgit v1.2.3