40 lines
597 B
Plaintext
40 lines
597 B
Plaintext
# Used by GIT.
|
|
.gitignore
|
|
# Used by Code::Blocks
|
|
src/win/codeblocks/*
|
|
# Used by MSVC.
|
|
src/win/msvc/.depends
|
|
src/win/msvc/vc*/.vs/
|
|
src/win/msvc/vc*/Debug/
|
|
src/win/msvc/vc*/Release/
|
|
# Used by MinGW
|
|
src/win/mingw/.depends
|
|
# Used by the UNIX backends.
|
|
src/unix
|
|
src/unix/.depends*
|
|
src/unix/*
|
|
# Used by the WxWidgets backend.
|
|
src/wx
|
|
src/wx/*
|
|
# Used by the Qt backend.
|
|
src/qt
|
|
src/qt/*
|
|
# Standard folders.
|
|
roms
|
|
roms/*
|
|
vm
|
|
vm/*
|
|
# Local stuff, unsorted etc.
|
|
src/Makefile
|
|
src/waltje
|
|
src/waltje/*
|
|
# Other files.
|
|
src/*.obj
|
|
src/*.d
|
|
src/*.o
|
|
src/*.exe
|
|
src/*.res
|
|
src/*.map
|
|
codealike.json
|
|
# cmake files
|
|
cmake-build-* |