diff options
author | jvech <jmvalenciae@unal.edu.co> | 2023-08-13 21:11:49 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2023-08-13 21:11:49 -0500 |
commit | 60baf69e3e63592fba69728ee6b55664ecae9f10 (patch) | |
tree | ec590bf15a1c48103fcdec175a672d7301052560 | |
parent | 0962620dfc7b56ec7f5c423a2e3bb9c8dc4493c2 (diff) |
add: commands.gdb deleted from git traceback
Gdb files will be ignored from now
-rw-r--r-- | commands.gdb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands.gdb b/commands.gdb deleted file mode 100644 index 9265e9a..0000000 --- a/commands.gdb +++ /dev/null @@ -1,4 +0,0 @@ -break nn.c:35 - commands - printf "(%zu x %zu)", out_shape[0], out_shape[1]; - end |