From 6a5b67a5f0ff171adbe6c01ea7128c5e417db0cd Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 26 Sep 2009 20:22:04 -0400 Subject: [PATCH] Add .hgignore --- .hgignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..4ae8f59f --- /dev/null +++ b/.hgignore @@ -0,0 +1,29 @@ +## To see if new rules exclude any existing files, run +## +## hg status -i +## +## after modifying this file. + +syntax: glob + +## Generated by the build process +*.xpi +*/locale/*/*.html +*/chrome +*/contrib/vim/*.vba + +## Editor backup and swap files +*~ +.#* +\#**\# +.*.sw[op] +.sw[op] + +## Generated by Mac filesystem +.DS_Store + +syntax: regexp + +## For rejects +\.(orig|rej)$ +