summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2016-02-18Make .gitignore target files more preciselyJeremy Audet
A git ignore pattern such as `foo/` will ignore a directory named "foo" wherever it appears in a repository. In contrast, a pattern such as `/foo/` will ignore only a directory named "foo" in the root of the repository.
2015-10-03add gitignoreChristoph Gysin