mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 07:20:47 +02:00
* removes libircclient from libzetaglest shared library because the editor and g3d_viewer also link against libzetaglest. Those 2 binaries don't need libircclient support * libircclient is now built directly into only the zetaglest binary * moved libircclient from source/shared_lib because it's no longer part of the shared library * libircclient put in dir "external/" because it is an "external" or "3rd" party library. The @Supertux project does something similar
25 lines
175 B
Plaintext
25 lines
175 B
Plaintext
*.lib
|
|
*.exe
|
|
*.dll
|
|
*.db
|
|
*.iobj
|
|
*.opendb
|
|
*.pdb
|
|
*.ipdb
|
|
*.map
|
|
*.ncb
|
|
*.bsc
|
|
*.log
|
|
*.tlog
|
|
*.cache
|
|
*.lastbuildstate
|
|
*.exp
|
|
*.ipch
|
|
*.pch
|
|
*.ini
|
|
*.obj
|
|
*.res
|
|
*.user
|
|
*.suo
|
|
*.db-shm
|
|
*.db-wal |