From 11b70837da87d478dfa7cf468d53964149d9ed19 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Sat, 1 Feb 2014 11:51:47 +0100 Subject: [PATCH] Add .hgignore --- .hgignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..89d34ef --- /dev/null +++ b/.hgignore @@ -0,0 +1,51 @@ +syntax: glob + +# NeL cache +*.packed_sheets + +# Ryzom save +save_shard +last_loaded_char.bin +*.binprim +*.string_cache +graphs_output +default_c + +# Log dump files +report_refused +report_failed +exception_catched +*.stat +*.log +log.txt + +# Mac OS X garbage +.DS_Store + +# Wine garbage +.windows-serial + +# Ryzom server garbage +aes_alias_name.cfg +aes_nagios_report.txt +aes_state.txt +*.launch_ctrl +*.state +*.start_count + +# Vim and kwrite cache +*~ + +# Python cache +*.pyd +*.pyc + +# Sync garbage +.SyncID +.SyncIgnore +.SyncArchive + +#Dumps +*.dmp + +