Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ionescu <aionescu@gmail.com>2017-11-06 17:36:23 +0300
committerAlex Ionescu <aionescu@gmail.com>2017-11-06 17:36:23 +0300
commita44424d9a8e8756d1deeb8fdb8dc6aeef99b5d57 (patch)
tree2336e3828d8111d585a0ab20a1ae6e7a77876718 /.gitignore
parent6ca25d46717cdce217cc2cea1cc49a05a102deac (diff)
Properly support building for UEFI vs NT with VisualUefi
Refactor all project files/settings to support dual build. User should set EDK_PATH to their checked out copy of VisualUefi.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 766d89b..0b72f22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,2 @@
-*.opendb
-shv.sdf
-x64/Optimized
-*.suo
-*.user
-*.db \ No newline at end of file
+x64
+.vs \ No newline at end of file