diff options
author | Florian Jung <flo@windfisch.org> | 2014-03-19 20:41:12 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-03-19 20:41:12 +0100 |
commit | a400be8ac4d44f3f35fc362081927bc750b1f551 (patch) | |
tree | 4d2a68370e84357a4c52797a356f97c6e5e61da3 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f6d332 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.dep +main.eep +main.elf +main.hex +main.i +main.lss +main.map +main.s +main.sym +obj +contrib |