File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
- # exclude all dot files except .git and travis files
1
+ # exclude all dot files except .git, appveyor and travis files
2
2
. *
3
3
! .git *
4
4
! .appveyor *
@@ -10,7 +10,6 @@ bin_plugs/
10
10
intermediate /
11
11
intermediate_plugs /
12
12
lib /
13
- src /Externals /
14
13
* .aps
15
14
* .user
16
15
* .PVS-Studio. *
Original file line number Diff line number Diff line change 5
5
Currently, the only compiler supported is Visual C++ 2017. If you don't have Visual Studio yet, you can
6
6
download and install Visual Studio 2017 Community Edition - it's absolutely free for open source projects.
7
7
8
- By default, all libraries mentioned below (except Windows SDK) are assumed to be in
9
- the src\Externals directory.
10
-
11
8
Windows SDK is available from Visual Studio 2017 installer. You will definitely need to install the following items:
12
9
* Windows 8.1 SDK (or newer)
13
10
* Visual C++ MFC for x86 and x64
You can’t perform that action at this time.
0 commit comments