commit 7ef784e0a87749c183a9c9c2ba0fd28c6bf82ec7 parent ded99bd62e622ceebc0943cb349b4eff607395f8 Author: deurzen <m.deurzen@tum.de> Date: Wed, 3 Feb 2021 09:29:46 +0100 updates gitignore Diffstat:
M | .gitignore | | | 2 | ++ |
A | project/.gitignore | | | 3 | +++ |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -17,3 +17,5 @@ /*.o.d /.gdb_history /.tmpvml +/debian.img +/up.sh diff --git a/project/.gitignore b/project/.gitignore @@ -0,0 +1,3 @@ +/debian.img +/up.sh +/.gdb_history