diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-04-17 09:42:15 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-06-13 17:14:37 +0200 |
commit | 1fe1d2bb7dbd9b35ee2d533a2283d361ebac0cb5 (patch) | |
tree | c225ecf40ef47b01f09c611c2eee2867a9288492 /.gitignore | |
parent | c8558c8a28966110aa3a356f95d3c60afe32b64a (diff) |
.gitignore: Ignore KDevelop files
Change-Id: I832f09f44f00152bf2f1bbfc1f82bc4b7c9585e7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,4 +14,5 @@ cmake_install.cmake .vscode stress-out* node_modules/ -_book/
\ No newline at end of file +_book/ +*.kdev4 |