Remove project file

This commit is contained in:
Krzosa Karol
2022-05-17 18:47:50 +02:00
parent 6d611d9fab
commit 59b842018f
2 changed files with 2 additions and 10 deletions

3
.gitignore vendored
View File

@@ -13,4 +13,5 @@ data.txt
*.vcxproj* *.vcxproj*
*.rdbg *.rdbg
*.sublime* *.sublime*
*.bin *.bin
*.4c

View File

@@ -1,9 +0,0 @@
project_name='software_render'
whitelist=['*.cpp' '*.c' '*.h' '*.4c']
blacklist=[]
F1='build.bat'
F5='build.bat && remedybg start-debugging'
F10='build.bat && remedybg run-to-cursor {file} {line}'
F11='remedybg main.exe'
include=['{project}']
// includes_recursive='false'