update ignores

This commit is contained in:
2025-07-19 19:41:15 -04:00
parent af05912d8b
commit 172be7bfd8
2 changed files with 2 additions and 12 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
build/** build/**
.vscode/settings.json .vscode/settings.json
code/asm/hello_files.proj
asm_dip

View File

@ -1,12 +0,0 @@
// raddbg 0.9.18 project file
recent_file: path: "hello_files.asm"
recent_file: path: "../../../code/asm/hello_files.asm"
recent_file: path: "../../../../Users/Ed/AppData/Roaming/raddbg/default.raddbg_project/recent_file"
recent_file: path: "../../../../Users/Ed/AppData/Roaming/raddbg/default.raddbg_project/recent_file"
target:
{
executable: "../../build/hello_files.exe"
working_directory: "../../../asm_dip"
enabled: 1
}