diff options
author | Michael Schwarz <michi.schwarz@gmail.com> | 2014-11-26 16:24:08 +0100 |
---|---|---|
committer | Michael Schwarz <michi.schwarz@gmail.com> | 2014-11-27 18:18:27 +0100 |
commit | 16d3e4a963d7fd299042ba27778744e0bd7da037 (patch) | |
tree | 9148c097353b3241c6895c6c74fe3f583ca85c6e /.gitignore | |
download | pogojig-16d3e4a963d7fd299042ba27778744e0bd7da037.tar.gz pogojig-16d3e4a963d7fd299042ba27778744e0bd7da037.tar.bz2 pogojig-16d3e4a963d7fd299042ba27778744e0bd7da037.zip |
First version of the template project.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6a369a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/config.mk +*.pyc +*.dxf +*.stl |