diff --git a/.hgignore b/.hgignore index cf2723cf7..c8c4c2605 100644 --- a/.hgignore +++ b/.hgignore @@ -16,6 +16,9 @@ release test Temp +# NeL cache +*.packed_sheets + # Windows compile *.exe *.dll @@ -26,6 +29,7 @@ Temp *.a *.la *.o +*_debug # Log dump files report_refused @@ -40,6 +44,24 @@ log.txt *.dlm *.dlu +# Linux garbage +Makefile.in +aclocal.m4 +config.guess +config.sub +configure +depcomp +nelconfig.h.in +install-sh +ltmain.sh +missing +ylwrap +*.config +*.creator +*.files +*.includes +*.mk + # Visual Studio garbage *.opensdf UpgradeLog*.XML diff --git a/code/nel/tools/misc/log_analyser_plug_ins/extract_warnings/extract_warnings_r.exp b/code/nel/tools/misc/log_analyser_plug_ins/extract_warnings/extract_warnings_r.exp deleted file mode 100644 index 3c870cfb7..000000000 Binary files a/code/nel/tools/misc/log_analyser_plug_ins/extract_warnings/extract_warnings_r.exp and /dev/null differ