diff options
author | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2014-09-28 18:07:15 -0400 |
---|---|---|
committer | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2014-09-28 18:07:15 -0400 |
commit | 695e3d9220be8773f6630bb5c512d122b8576742 (patch) | |
tree | 4de564bd48789c0414f882b96db8ed82a9eb67b4 /.gitignore | |
parent | 858fc5f6d82c58f4af966c27299e51dd6ba1c097 (diff) | |
download | gerbonara-695e3d9220be8773f6630bb5c512d122b8576742.tar.gz gerbonara-695e3d9220be8773f6630bb5c512d122b8576742.tar.bz2 gerbonara-695e3d9220be8773f6630bb5c512d122b8576742.zip |
Added excellon support and refactored project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -37,3 +37,10 @@ nosetests.xml .idea/workspace.xml .idea/misc.xml .idea + +# Komodo +*.komodoproject + +# OS +.DS_Store +Thumbs.db
\ No newline at end of file |