forked from KolibriOS/kolibrios
a27452493c
git-svn-id: svn://kolibrios.org@9169 a494cfbc-eb01-0410-851d-a64ba20cac60
37 lines
444 B
Plaintext
37 lines
444 B
Plaintext
/data/
|
|
|
|
opentyrian.cfg
|
|
tyrian.cfg
|
|
tyrian.sav
|
|
|
|
# Text editor detritus
|
|
*~
|
|
*.swp
|
|
|
|
# Make build output
|
|
/obj/
|
|
/src/*.gch
|
|
/opentyrian
|
|
|
|
# Windows build output
|
|
/opentyrian.exe
|
|
/SDL.dll
|
|
/SDL_net.dll
|
|
|
|
# Windows runtime output
|
|
/stderr.txt
|
|
/stdout.txt
|
|
|
|
# MSVC build output and project
|
|
/opentyrian-*.exe
|
|
/opentyrian-*.ilk
|
|
/opentyrian-*.pdb
|
|
/opentyrian-*.iobj
|
|
/opentyrian-*.ipdb
|
|
/visualc/.vs/
|
|
/visualc/*.props
|
|
/visualc/*.user
|
|
|
|
# Doxygen output
|
|
/doc/doxygen/
|