aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-01-19Add /.clang-format to .gitignoreAhmad Samir
Should stop kdesrc-build saying: "You had local changes to extra-cmake-modules, which have been re-applied." GIT_SILENT
2022-01-02Add compile-command.json to .gitignoreAhmad Samir
There are CMake LSP servers out there, so having a compile_commands.json in ECM dir could happen. Also happens if you're using a script that adds that file.
2021-03-20GIT_SILENT Update .gitignoreAlexander Lohnau
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