diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2019-04-29 09:31:55 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2019-04-29 09:31:55 -0400 |
commit | 249fa2dd7bcd8ed0be64a1a1b36da499d6bbaca1 (patch) | |
tree | 615eb7d8249e25d86c5ab65fa5ae6ad06e7810c3 /.gitignore | |
parent | 569dbb6c2d5eb852d2032774061f84a8f16b5666 (diff) |
base code, initial commit of code
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..aebd027 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.*.swp +.*.swo +*.o +*.elf |