Skip to content

Commit

Permalink
remove or update VS user settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cezbloch committed Nov 11, 2024
1 parent c5ea933 commit f01ce7f
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 65 deletions.
36 changes: 7 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,16 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/ComputeShaderSort11/Debug
/ComputeShaderSort11/.vs/ComputeShaderSort11_2017_Win10/v15
/ComputeShaderSort11/x64/Debug
/ComputeShaderSort11.hlsl
/Shaderator/ComputeShaderSort11.hlsl
/ComputeShaderSort11/x64/Release
/ComputeShaderSort11/Release/ComputeS.D3D1110B.tlog
/ComputeShaderSort11/Release
/ComputeShaderUnitTests/Debug
/ComputeShaderUnitTests/Release
/ComputeShaderUnitTests/x64
/x64/Debug
/Debug
/output
/intermediate
/Shaderator/Shaderator_old.lib
/Shaderator/Shaderator_d_old.lib
/.vs/Shaderator/v15
/ShaderatorUnitTests/x64/Debug
/packages
/.idea
/examples/OpenCL/IntelBitonicSort/BitonicSort/.vs/BitonicSort_2015/v15

# Linux
# Linux
build/

# VS Code
.vscode/

# VS
.vs/
intermediate/
output/
packages/
x64/
x86/

# Python
__pycache__/
__pycache__/
2 changes: 1 addition & 1 deletion Shaderator/Shaderator.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
4 changes: 0 additions & 4 deletions ShaderatorTests/ShaderatorTests.vcxproj.user

This file was deleted.

1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions examples/BasicComputeTests/BasicComputeTests.vcxproj.user

This file was deleted.

4 changes: 0 additions & 4 deletions examples/BitonicSortTests/BitonicSortTests.vcxproj.user

This file was deleted.

4 changes: 0 additions & 4 deletions examples/GlslShadersTests/GlslShadersTests.vcxproj.user

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions shadderator.runsettings

This file was deleted.

0 comments on commit f01ce7f

Please sign in to comment.