Updated README.md and did a re-sync.
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -1,9 +1,37 @@
|
|||||||
# Used by IntelliJ CLion
|
# Used by GIT.
|
||||||
.idea
|
.gitignore
|
||||||
CMakeLists.txt
|
# Used by Code::Blocks
|
||||||
|
src/win/codeblocks/*
|
||||||
#used by MSVC
|
# Used by MSVC.
|
||||||
**/*.aps
|
src/win/msvc/.depends
|
||||||
src/win/msvc15/.vs/
|
src/win/msvc/vc*/.vs/
|
||||||
src/win/msvc15/Debug/
|
src/win/msvc/vc*/Debug/
|
||||||
src/win/msvc15/Release/
|
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
|
||||||
|
|||||||
@@ -53,4 +53,4 @@ BUILD STATUS
|
|||||||
------------
|
------------
|
||||||
The auto-builds handled by Travis-CI are [](https://travis-ci.org/VARCem/VARCem)
|
The auto-builds handled by Travis-CI are [](https://travis-ci.org/VARCem/VARCem)
|
||||||
|
|
||||||
Last Updated: 5/07/2018
|
Last Updated: 10/06/2018
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user