aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-11 21:21:41 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-11 21:21:41 +0000
commite5a69893b23b37558b5d40f1fb85d29696dadd84 (patch)
tree9919920754c9629e963d76a0c8e4449893ab209e /.hgignore
parenta57cd292c214213e6e89605b68c884c6c253f15c (diff)
downloadxen-e5a69893b23b37558b5d40f1fb85d29696dadd84.tar.gz
xen-e5a69893b23b37558b5d40f1fb85d29696dadd84.tar.bz2
xen-e5a69893b23b37558b5d40f1fb85d29696dadd84.zip
hvmloader: Do not leave compiled DSDT checked in to tree.
It's big and small changes generate huge diffs. People building the firmware will have to ensure they have iasl installed. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index bd8bcb5164..6adb7da9f9 100644
--- a/.hgignore
+++ b/.hgignore
@@ -137,7 +137,7 @@
^tools/firmware/etherboot/gpxe/.*$
^tools/firmware/extboot/extboot.img$
^tools/firmware/extboot/signrom$
-^tools/firmware/hvmloader/acpi/acpigen$
+^tools/firmware/hvmloader/acpi/dsdt.c$
^tools/firmware/hvmloader/hvmloader$
^tools/firmware/hvmloader/roms\.h$
^tools/firmware/rombios/BIOS-bochs-[^/]*$