diff options
author | Karl Palsson <karlp@tweak.net.au> | 2015-10-28 18:57:30 +0000 |
---|---|---|
committer | Karl Palsson <karlp@tweak.net.au> | 2015-10-28 18:57:30 +0000 |
commit | 30e3339a946366cdd28bc1f502fa7d608da2ee11 (patch) | |
tree | 45784371acdc416cd3b07ae76335230cfade6f48 | |
parent | 26eeb488073fb55b25e5d9e3addf968e1d5f9b82 (diff) | |
download | olsndot-30e3339a946366cdd28bc1f502fa7d608da2ee11.tar.gz olsndot-30e3339a946366cdd28bc1f502fa7d608da2ee11.tar.bz2 olsndot-30e3339a946366cdd28bc1f502fa7d608da2ee11.zip |
gitignore projects, bins and dump logs
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04c4cbd --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.bin +*.elf +*.pyc +swodump*.log +nbproject/ +bin-*/ + |