aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-08-03 09:54:05 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-08-03 09:54:05 +0100
commit01580ccdb2063766ad4570ac1f16115b0f94007e (patch)
tree55d2c45bc52f385cbc54ebc6d6f7552ca4373ec5 /.hgignore
parent6163a9386636904b95cd25e354b0c7220d3c72a7 (diff)
downloadxen-01580ccdb2063766ad4570ac1f16115b0f94007e.tar.gz
xen-01580ccdb2063766ad4570ac1f16115b0f94007e.tar.bz2
xen-01580ccdb2063766ad4570ac1f16115b0f94007e.zip
libxl: prefix *.for-check with _ to mark it as a generated file.
Keeps it out of my greps etc. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index a5bf51257c..5ef6838db6 100644
--- a/.hgignore
+++ b/.hgignore
@@ -187,7 +187,7 @@
^tools/libxl/testidl\.c$
^tools/libxl/tmp\..*$
^tools/libxl/.*\.new$
-^tools/libxl/libxl\.api-for-check
+^tools/libxl/_libxl\.api-for-check
^tools/libvchan/vchan-node[12]$
^tools/libaio/src/.*\.ol$
^tools/libaio/src/.*\.os$