diff options
author | Federico Igne <undyamon@disroot.org> | 2023-12-03 18:27:08 +0100 |
---|---|---|
committer | Federico Igne <undyamon@disroot.org> | 2023-12-03 18:27:08 +0100 |
commit | da91fd4f7022e91eaec1ff358699817fc9d95db8 (patch) | |
tree | 403b4e6f5e1467dd7dc16b754f4f3ffc31c647db /.gitignore | |
parent | a8b0fa62b5539ae18129e8dd6f75ced18fa37854 (diff) | |
download | aoc-da91fd4f7022e91eaec1ff358699817fc9d95db8.tar.gz aoc-da91fd4f7022e91eaec1ff358699817fc9d95db8.zip |
chore: update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ | |||
35 | *.out | 35 | *.out |
36 | *.app | 36 | *.app |
37 | 37 | ||
38 | # GDB | ||
39 | .gdb_history | ||
40 | |||
38 | ### Linux ### | 41 | ### Linux ### |
39 | *~ | 42 | *~ |
40 | 43 | ||