This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
VARCem/.gitignore
2018-10-06 19:15:14 -04:00

38 lines
555 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