diff --git a/.hgignore b/.hgignore index 337279771..033cffb0e 100644 --- a/.hgignore +++ b/.hgignore @@ -23,8 +23,9 @@ Temp save_shard last_loaded_char.bin *.binprim -default_c *.string_cache +graphs_output +default_c # Windows compile *.exe @@ -42,6 +43,7 @@ default_c *.so *.so.* *_debug +core # Log dump files report_refused @@ -56,6 +58,10 @@ log.txt *.dlm *.dlu +#makeall build +.mode_static + + #cmake build files & directories CMakeFiles *.cmake @@ -95,10 +101,12 @@ ipch *.sdf # Ryzom server garbage +aes_alias_name.cfg aes_nagios_report.txt aes_state.txt *.launch_ctrl *.state +*.start_count # Vim and kwrite cache *~ @@ -123,6 +131,12 @@ moc_*.cpp *.7z external +# build +code/nel/build/* +code/nelns/build/* +code/snowballs/build/* +code/ryzom/build/* + # Linux nel compile code/nel/build/nel-config code/nel/config.status diff --git a/code/.hgignore b/code/.hgignore deleted file mode 100644 index 5bd0e8d38..000000000 --- a/code/.hgignore +++ /dev/null @@ -1,5 +0,0 @@ -syntax: glob -code/nel/build/* -code/nelns/build/* -code/snowballs/build/* -code/ryzom/build/*