Excluded unneeded files from project
This commit is contained in:
parent
e04baa16e2
commit
634da5a8b9
3 changed files with 2 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -18,3 +18,5 @@ kickstarts/*.rom
|
||||||
*.001
|
*.001
|
||||||
*.opendb
|
*.opendb
|
||||||
*.npa01
|
*.npa01
|
||||||
|
*.idx
|
||||||
|
*.dat
|
||||||
|
|
|
@ -132,7 +132,6 @@
|
||||||
<ClCompile Include="..\..\src\fsdb.cpp" />
|
<ClCompile Include="..\..\src\fsdb.cpp" />
|
||||||
<ClCompile Include="..\..\src\fsdb_unix.cpp" />
|
<ClCompile Include="..\..\src\fsdb_unix.cpp" />
|
||||||
<ClCompile Include="..\..\src\fsusage.cpp" />
|
<ClCompile Include="..\..\src\fsusage.cpp" />
|
||||||
<ClCompile Include="..\..\src\genblitter.cpp" />
|
|
||||||
<ClCompile Include="..\..\src\gfxboard.cpp" />
|
<ClCompile Include="..\..\src\gfxboard.cpp" />
|
||||||
<ClCompile Include="..\..\src\gfxutil.cpp" />
|
<ClCompile Include="..\..\src\gfxutil.cpp" />
|
||||||
<ClCompile Include="..\..\src\hardfile.cpp" />
|
<ClCompile Include="..\..\src\hardfile.cpp" />
|
||||||
|
|
|
@ -228,9 +228,6 @@
|
||||||
<ClCompile Include="..\..\src\fsusage.cpp">
|
<ClCompile Include="..\..\src\fsusage.cpp">
|
||||||
<Filter>Source files</Filter>
|
<Filter>Source files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\genblitter.cpp">
|
|
||||||
<Filter>Source files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\src\gfxboard.cpp">
|
<ClCompile Include="..\..\src\gfxboard.cpp">
|
||||||
<Filter>Source files</Filter>
|
<Filter>Source files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue