Commit graph

8 commits

Author SHA1 Message Date
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
d08e4be25f Merge branch 'master' into no-examples
Conflicts:
	.gitignore
2014-12-25 15:16:42 +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
2433482b87 Revert "Added more example files to showcase dependency tracking."
This reverts commit b690038009.
2014-12-12 18:08:41 +01:00
Michael Schwarz
88fef813b0 Merge branch 'master' into no-examples 2014-12-12 18:07:28 +01:00
Michael Schwarz
b690038009 Added more example files to showcase dependency tracking. 2014-12-12 18:06:07 +01:00
Michael Schwarz
b8c479c198 Removed example files from project template. 2014-11-28 20:54:54 +01:00
Michael Schwarz
16d3e4a963 First version of the template project. 2014-11-27 18:18:27 +01:00