diff options
author | Marvin Borner | 2020-12-01 18:24:31 +0100 |
---|---|---|
committer | Marvin Borner | 2020-12-01 18:24:31 +0100 |
commit | 147ee33b30d12cce8a1285f456a0ec9d9b31bb1b (patch) | |
tree | 896b46ed5a8699ca9e0ae52ebe84d39240cf0b4c /.gitignore |
Added files for first day
I wrote this in school, sorry for no documentation etc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a727dba --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.exe +*.o +*.log +*.elf |