diff options
author | mux <freelancer.c@gmail.com> | 2014-01-05 21:32:30 +0200 |
---|---|---|
committer | mux <freelancer.c@gmail.com> | 2014-01-05 21:32:30 +0200 |
commit | b3683abaebbb14f392edbb0772f4a96ca3d40a60 (patch) | |
tree | 386c228a1dbf785e437bb3e1a7b611b3cde5aac4 | |
parent | 50d5420deb5af3568d453e09ef651acbe44799fb (diff) | |
download | micropython-b3683abaebbb14f392edbb0772f4a96ca3d40a60.tar.gz micropython-b3683abaebbb14f392edbb0772f4a96ca3d40a60.zip |
Add gitignore file
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..95be7bf651 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Compiled Sources +################### +*.o +*.a +*.elf +*.bin +*.map +*.hex +*.dis + +# Packages +############ + +# Logs and Databases +###################### +*.log + +# VIM Swap Files +###################### +*.swp + |