mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Added: some ignore filter
Removed: hgignore in the code directory
This commit is contained in:
parent
339c4e420b
commit
31171c9078
2 changed files with 15 additions and 6 deletions
16
.hgignore
16
.hgignore
|
@ -23,8 +23,9 @@ Temp
|
||||||
save_shard
|
save_shard
|
||||||
last_loaded_char.bin
|
last_loaded_char.bin
|
||||||
*.binprim
|
*.binprim
|
||||||
default_c
|
|
||||||
*.string_cache
|
*.string_cache
|
||||||
|
graphs_output
|
||||||
|
default_c
|
||||||
|
|
||||||
# Windows compile
|
# Windows compile
|
||||||
*.exe
|
*.exe
|
||||||
|
@ -42,6 +43,7 @@ default_c
|
||||||
*.so
|
*.so
|
||||||
*.so.*
|
*.so.*
|
||||||
*_debug
|
*_debug
|
||||||
|
core
|
||||||
|
|
||||||
# Log dump files
|
# Log dump files
|
||||||
report_refused
|
report_refused
|
||||||
|
@ -56,6 +58,10 @@ log.txt
|
||||||
*.dlm
|
*.dlm
|
||||||
*.dlu
|
*.dlu
|
||||||
|
|
||||||
|
#makeall build
|
||||||
|
.mode_static
|
||||||
|
|
||||||
|
|
||||||
#cmake build files & directories
|
#cmake build files & directories
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
*.cmake
|
*.cmake
|
||||||
|
@ -95,10 +101,12 @@ ipch
|
||||||
*.sdf
|
*.sdf
|
||||||
|
|
||||||
# Ryzom server garbage
|
# Ryzom server garbage
|
||||||
|
aes_alias_name.cfg
|
||||||
aes_nagios_report.txt
|
aes_nagios_report.txt
|
||||||
aes_state.txt
|
aes_state.txt
|
||||||
*.launch_ctrl
|
*.launch_ctrl
|
||||||
*.state
|
*.state
|
||||||
|
*.start_count
|
||||||
|
|
||||||
# Vim and kwrite cache
|
# Vim and kwrite cache
|
||||||
*~
|
*~
|
||||||
|
@ -123,6 +131,12 @@ moc_*.cpp
|
||||||
*.7z
|
*.7z
|
||||||
external
|
external
|
||||||
|
|
||||||
|
# build
|
||||||
|
code/nel/build/*
|
||||||
|
code/nelns/build/*
|
||||||
|
code/snowballs/build/*
|
||||||
|
code/ryzom/build/*
|
||||||
|
|
||||||
# Linux nel compile
|
# Linux nel compile
|
||||||
code/nel/build/nel-config
|
code/nel/build/nel-config
|
||||||
code/nel/config.status
|
code/nel/config.status
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
syntax: glob
|
|
||||||
code/nel/build/*
|
|
||||||
code/nelns/build/*
|
|
||||||
code/snowballs/build/*
|
|
||||||
code/ryzom/build/*
|
|
Loading…
Reference in a new issue