From 83325624ccce78045cc429f6d36a3c06a25f3230 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 5 Jul 2019 09:32:18 +0200 Subject: [PATCH] Ignore CMake-generated files and folders --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d951676e0..ad1f8a1bb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ *.pyc __pycache__ *.qmlc -*.qmlc.* \ No newline at end of file +*.qmlc.* + +#Things generated by the build system, used when running directly from source. +Mistune +plugin.json \ No newline at end of file