diff --git a/.gitignore b/.gitignore index 9fbd2be..41424d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ build/** .vscode/settings.json +code/asm/hello_files.proj +asm_dip diff --git a/code/asm/hello_files.proj b/code/asm/hello_files.proj deleted file mode 100644 index 4fba62e..0000000 --- a/code/asm/hello_files.proj +++ /dev/null @@ -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 -}