Commit graph

6 commits

Author SHA1 Message Date
Michael Schwarz
4a103f6dba Integrated Asymptote compilation into makefile. 2015-08-06 16:32:59 +02:00
Michael Schwarz
e03689f0ff Moved .gitignore rules to top level.
This moves all ignore rules to the .gitignore files in the root directory. This is so that users can edit the .gitignore file in src without the risk of merge conflicts if we ever need to edit the default rules.

src/.gitignore is now empty but is left in the repository so that the src directory is automatically created on checkout.
2015-03-14 16:26:44 +01:00
Michael Schwarz
edaab74f68 Added a .gitignore file to the src directory so it will be created when cloning the repository. 2014-12-21 14:16:02 +01:00
Michael Schwarz
f9fa53eef8 Added support for recording dependencies while compiling OpenSCAD files. 2014-12-12 11:44:29 +01:00
Michael Schwarz
9da7f66fee Added an example for gnerating OpenSCAD files. 2014-12-04 10:18:44 +01:00
Michael Schwarz
16d3e4a963 First version of the template project. 2014-11-27 18:18:27 +01:00