summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-03-14Moved .gitignore rules to top level.Michael Schwarz1-6/+0
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-25Merge branch 'master' into no-examplesMichael Schwarz1-0/+6
Conflicts: .gitignore
2014-12-21Added a .gitignore file to the src directory so it will be created when ↵Michael Schwarz1-0/+6
cloning the repository.
2014-12-12Revert "Added more example files to showcase dependency tracking."Michael Schwarz3-22/+0
This reverts commit b69003800917a93c5c2b240ede6f83b80f1095cc.
2014-12-12Merge branch 'master' into no-examplesMichael Schwarz3-0/+22
2014-12-12Added more example files to showcase dependency tracking.Michael Schwarz4-17/+22
2014-11-28Removed example files from project template.Michael Schwarz2-139/+0
2014-11-27First version of the template project.Michael Schwarz2-0/+139