chore: update gitignore to remove debug folder

This commit is contained in:
matixezor 2021-12-28 19:35:34 +01:00
parent 778ad9ef0b
commit 4c7e29991c
23 changed files with 2 additions and 38 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vs/*
Debug/*
/Debug/
grafika_projekt/Debug/

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +0,0 @@
j:\source\repos\grafika_projekt\grafika_projekt\debug\vc142.pdb
j:\source\repos\grafika_projekt\grafika_projekt\debug\vc142.idb
j:\source\repos\grafika_projekt\grafika_projekt\debug\camera.obj
j:\source\repos\grafika_projekt\grafika_projekt\debug\main.obj
j:\source\repos\grafika_projekt\grafika_projekt\debug\shader_loader.obj
j:\source\repos\grafika_projekt\grafika_projekt\debug\stb_image_aug.obj
j:\source\repos\grafika_projekt\grafika_projekt\debug\soil.obj
j:\source\repos\grafika_projekt\grafika_projekt\debug\image_helper.obj
j:\source\repos\grafika_projekt\grafika_projekt\debug\image_dxt.obj
j:\source\repos\grafika_projekt\debug\grafika_projekt.pdb
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\cl.command.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\cl.read.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\cl.write.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\link-cvtres.read.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\link-cvtres.write.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\link-rc.read.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\link-rc.write.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\link.command.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\link.read.1.tlog
j:\source\repos\grafika_projekt\grafika_projekt\debug\grafika_projekt.tlog\link.write.1.tlog

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>J:\source\repos\grafika_projekt\Debug\grafika_projekt.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

View File

@ -1,4 +0,0 @@
 main.cpp
J:\source\repos\grafika_projekt\grafika_projekt\src\main.cpp(108,10): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
J:\source\repos\grafika_projekt\grafika_projekt\src\main.cpp(109,10): warning C4244: '=': conversion from 'int' to 'float', possible loss of data
grafika_projekt.vcxproj -> J:\source\repos\grafika_projekt\Debug\grafika_projekt.exe

View File

@ -1,2 +0,0 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.19041.0:
Debug|Win32|J:\source\repos\grafika_projekt\|

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.