diff options
author | David Lamparter <equinox@diac24.net> | 2011-08-21 14:56:43 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2011-08-21 14:56:43 +0200 |
commit | aa0a617f957de3c42a217283b8cc35db669d270c (patch) | |
tree | a04f6e7ed604abfc0dad81d1230158aba9070528 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..acfe7e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.elf +*.flash +*.hex +*.o +*.pyc +*.pyo |