summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-21 17:36:10 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-21 17:36:10 +0200
commitdfc145572813c5d3848feb4029ff8bfb127ab66a (patch)
tree7a8a47d6b6406618c74d3c1b07ce2759ff2a77f7 /.hgignore
parent693f7dc818bc116e997aff5ba8ebc2d555aa41dc (diff)
patch 8.1.1578: MS-Windows: pathdef.c should depend on build optionsv8.1.1578
Problem: MS-Windows: pathdef.c should depend on build options. Solution: Generate pathdef.c in the object directory. Fix dependencies. (Ken Takata, closes #4565)
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index a48b3b9409..ff3d542046 100644
--- a/.hgignore
+++ b/.hgignore
@@ -37,7 +37,9 @@ src/auto/pathdef.c
*.RES
vim*.dll
vim*.lib
-src/pathdef.c
+src/dobj*/pathdef.c
+src/gobj*/pathdef.c
+src/obj*/pathdef.c
src/Obj*/pathdef.c
gvimext.dll
gvimext.lib