ddnet/.gitignore
heinrich5991 5ae37e6c72 Add protocol extension with UUIDs
This system can easily be extended by independent authors without
collisions, something the old system with plain increasing integers did
not allow.

Do this by utilizing the previously unused message code `NETMSG_NULL`
which has a value of 0.

This works for engine and game messages, snapshot items and events.
2017-05-25 00:52:43 +02:00

66 lines
613 B
Plaintext

bam
.bam
config.lua
datasrc/__pycache__
datasrc/*.pyc
objs
src/game/generated
SDL.dll
SDL2.dll
freetype.dll
/confusables*
/crapnet*
/config_store*
/config_retrieve*
/dilate*
/fake_server*
/map_resave*
/map_version*
/mastersrv*
/packetgen*
/teeworlds*
/teeworlds_srv*
/serverlaunch_*
/tileset_border*
/twping*
/uuid*
/versionsrv*
Debug
bam
build server.bat
buildlog.txt
bam.exe
*.a
*.bat
.cproject
.project
*.dtb
*.log
*.exe
*.res
*.patch
*.prefs
*.lnk
*.pdb
*.sdf
*.sln
*.suo
*.swp
*.vcxproj
*.filters
*.user
*.cmd
.settings
*.opensdf
*.pyc
*.dll
DDNet*
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake