forked from KolibriOS/kolibrios
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/
|