Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-14 | Moved .gitignore rules to top level. | Michael Schwarz | 1 | -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-25 | Merge branch 'master' into no-examples | Michael Schwarz | 1 | -0/+6 | |
Conflicts: .gitignore | |||||
2014-12-21 | Added a .gitignore file to the src directory so it will be created when ↵ | Michael Schwarz | 1 | -0/+6 | |
cloning the repository. | |||||
2014-12-12 | Revert "Added more example files to showcase dependency tracking." | Michael Schwarz | 3 | -22/+0 | |
This reverts commit b69003800917a93c5c2b240ede6f83b80f1095cc. | |||||
2014-12-12 | Merge branch 'master' into no-examples | Michael Schwarz | 3 | -0/+22 | |
2014-12-12 | Added more example files to showcase dependency tracking. | Michael Schwarz | 4 | -17/+22 | |
2014-11-28 | Removed example files from project template. | Michael Schwarz | 2 | -139/+0 | |
2014-11-27 | First version of the template project. | Michael Schwarz | 2 | -0/+139 | |