99 lines
1.4 KiB
Text
99 lines
1.4 KiB
Text
syntax: glob
|
|
|
|
# Various build directories
|
|
bin
|
|
obj
|
|
Debug
|
|
Release
|
|
ReleaseDebug
|
|
DebugFast
|
|
ReleaseDebugStatic
|
|
DebugFastStatic
|
|
|
|
# Test and application directories
|
|
screenshots
|
|
release
|
|
test
|
|
Temp
|
|
|
|
# NeL cache
|
|
*.packed_sheets
|
|
|
|
# Windows compile
|
|
*.exe
|
|
*.dll
|
|
*.lib
|
|
*.obj
|
|
|
|
# Linux compile
|
|
*.a
|
|
*.la
|
|
*.o
|
|
*_debug
|
|
code/ryzom/server/src/entities_game_service/entities_game_service
|
|
code/ryzom/server/src/frontend_service/frontend_service
|
|
code/ryzom/server/src/gpm_service/gpm_service
|
|
code/ryzom/server/src/input_output_service/input_output_service
|
|
code/ryzom/server/src/mirror_service/mirror_service
|
|
code/ryzom/server/src/ryzom_admin_service/ryzom_admin_service
|
|
code/ryzom/server/src/ryzom_naming_service/ryzom_naming_service
|
|
code/ryzom/server/src/ryzom_welcome_service/ryzom_welcome_service
|
|
code/ryzom/server/src/tick_service/tick_service
|
|
|
|
# Log dump files
|
|
report_refused
|
|
report_failed
|
|
exception_catched
|
|
*.stat
|
|
*.log
|
|
log.txt
|
|
|
|
# Max plugin extensions
|
|
*.dlx
|
|
*.dlm
|
|
*.dlu
|
|
|
|
# Linux garbage
|
|
Makefile.in
|
|
aclocal.m4
|
|
config.guess
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
config.h.in
|
|
nelconfig.h.in
|
|
install-sh
|
|
ltmain.sh
|
|
missing
|
|
ylwrap
|
|
*.mk
|
|
|
|
# Visual Studio garbage
|
|
*.opensdf
|
|
UpgradeLog*.XML
|
|
_UpgradeReport_Files
|
|
BuildLog.htm
|
|
mt.dep
|
|
ipch
|
|
*.suo
|
|
*.ncb
|
|
*.user
|
|
*.ilk
|
|
*.pdb
|
|
*.aps
|
|
*.exp
|
|
*.idb
|
|
*.sdf
|
|
|
|
# Python cache
|
|
*.pyd
|
|
*.pyc
|
|
|
|
# Qt compiler
|
|
moc_*.cpp
|
|
*.moc
|
|
|
|
# Misc garbage
|
|
*.cachefile
|
|
*.cache
|
|
*.7z
|