summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-26 05:33:34 +0100
committerSven Gothel <[email protected]>2014-01-26 05:33:34 +0100
commitd6f328b7201080e0e14f54fb37099938fed1024c (patch)
treec5d4bf0c3b2a973056ab517ad29e93b134f85cc0 /.gitignore
parentff5aebf0c341393552df9f9f85e8df6a7d9e8029 (diff)
Fix build.xml: Processed CL stub_includes _must_ reside in current folder (make) due to relative fileset access only!
Commit aac4c5fc4ab7c77eff3b71f518100dd182ec2c33 moved processed CL stub_includes to 'build/includes', which would be 'nice to have'. However, due to relative fileset restrictions, we must locate it from current folder 'make'. Not detected, since an old 'make/includes/CL' was still around. Using dedicated folder 'make/stub_includes.gen'.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 51a26a85..717b41b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
build
dist
-make/stub_includes/CL
.idea/workspace.xml
**~
+make/stub_includes.gen