aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/makefile')
-rw-r--r--libxsde/xsde/makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/libxsde/xsde/makefile b/libxsde/xsde/makefile
index e095030..f0deaad 100644
--- a/libxsde/xsde/makefile
+++ b/libxsde/xsde/makefile
@@ -551,6 +551,19 @@ $(clean): $(xsde.l).o.clean \
$(addsuffix .cxx.clean,$(cxx_d))
$(call message,rm $$1,rm -f $$1,$(out_base)/config.h)
+
+# Generated .gitignore.
+#
+ifeq ($(out_base),$(src_base))
+$(out_base)/config.h: | $(out_base)/.gitignore
+
+$(out_base)/.gitignore: files := config.h
+$(clean): $(out_base)/.gitignore.clean
+
+$(call include,$(bld_root)/git/gitignore.make)
+endif
+
+
# How to.
#
$(call include,$(bld_root)/cxx/o-l.make)