Excluded unneeded files from project

This commit is contained in:
Dimitris Panokostas 2016-12-03 12:03:29 +01:00
parent e04baa16e2
commit 634da5a8b9
3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -18,3 +18,5 @@ kickstarts/*.rom
*.001
*.opendb
*.npa01
*.idx
*.dat

View file

@ -132,7 +132,6 @@
<ClCompile Include="..\..\src\fsdb.cpp" />
<ClCompile Include="..\..\src\fsdb_unix.cpp" />
<ClCompile Include="..\..\src\fsusage.cpp" />
<ClCompile Include="..\..\src\genblitter.cpp" />
<ClCompile Include="..\..\src\gfxboard.cpp" />
<ClCompile Include="..\..\src\gfxutil.cpp" />
<ClCompile Include="..\..\src\hardfile.cpp" />

View file

@ -228,9 +228,6 @@
<ClCompile Include="..\..\src\fsusage.cpp">
<Filter>Source files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\genblitter.cpp">
<Filter>Source files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\gfxboard.cpp">
<Filter>Source files</Filter>
</ClCompile>