changeset 11086:f283d02368ac

Some more updates to .hgignore (contributed by Tony Mechelynck, thanks!)
author Christian Brabandt <cb@256bit.org>
date Wed, 08 Mar 2017 13:58:16 +0100
parents e6a404767ef8
children 242e0617aa51
files .hgignore
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -7,6 +7,7 @@ src/xxd/xxd
 src/auto/if_perl.c
 src/auto/gui_gtk_gresources.c
 src/auto/gui_gtk_gresources.h
+src/objects/.dirstamp
 src/tags
 
 # We do need src/auto/configure.
@@ -57,6 +58,8 @@ nbproject/*
 src/xxd/xxd.dSYM
 
 # All platforms
+runtime/doc/tags
+src/objects
 *.rej
 *.orig
 *.mo
@@ -84,3 +87,15 @@ src/json_test
 src/message_test
 src/kword_test
 src/memfile_test
+
+# shadow directories
+# the directory names could be anything but we restrict them
+# to shadow (the default) or shadow-*
+src/shadow
+src/shadow-*
+# src/runtime and src/pixmaps are softlinks needed for proper 'make install'
+# when in a shadow directory
+src/runtime
+src/pixmaps
+# avoid tracking cscope.out even if built here
+src/cscope.out