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