aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-02-12GIT_SILENT: qtcreator created .cmake/ repo.Laurent Montel
2019-03-04Also ignore __pycache__Christophe Giboudeaux
2019-03-04GIT_SILENT: add gitignoreLaurent Montel
2017-01-05Remove gitignore fileStephen Kelly
gitignore files hide things which should not be hidden. KDE repos usually don't contain them. Anyone wanting to use a gitignore file can add it to their home directory more conveniently that individual repos like this.
2015-11-22Overhaul the ECM build system.Alex Merry
It should now be easier to read, and more featureful. Among other tweaks, we now print a summary of dependencies and build options, and the documentation is generated with more sensible breadcrumbs and builds properly with Sphinx 1.3. REVIEW: 126075