Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-06 | Integrated Asymptote compilation into makefile. | Michael Schwarz | 1 | -0/+1 | |
2015-03-14 | Moved .gitignore rules to top level. | Michael Schwarz | 1 | -1/+5 | |
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. | |||||
2014-12-21 | Added a .gitignore file to the src directory so it will be created when ↵ | Michael Schwarz | 1 | -6/+0 | |
cloning the repository. | |||||
2014-12-12 | Added support for recording dependencies while compiling OpenSCAD files. | Michael Schwarz | 1 | -0/+1 | |
2014-12-04 | Added an example for gnerating OpenSCAD files. | Michael Schwarz | 1 | -0/+3 | |
2014-11-27 | First version of the template project. | Michael Schwarz | 1 | -0/+4 | |