Added: some ignore filter

Removed: hgignore in the code directory
This commit is contained in:
vl 2010-05-20 10:27:17 +02:00
parent 1b6bd23bff
commit de209020c9
2 changed files with 15 additions and 6 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
syntax: glob
code/nel/build/*
code/nelns/build/*
code/snowballs/build/*
code/ryzom/build/*