mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Added: some ignore filter
Removed: hgignore in the code directory
This commit is contained in:
parent
1b6bd23bff
commit
de209020c9
2 changed files with 15 additions and 6 deletions
16
.hgignore
16
.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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
syntax: glob
|
||||
code/nel/build/*
|
||||
code/nelns/build/*
|
||||
code/snowballs/build/*
|
||||
code/ryzom/build/*
|
Loading…
Reference in a new issue