From 4548c38af6759433c6267030473651cefada8e61 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 25 Apr 2016 13:29:49 +0200 Subject: [PATCH] Structure gitignore --- .gitignore | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 7a67e625c9..06236c2f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,17 @@ -*.pyc -*kdev* -*.kate-swp -__pycache__ -docs/html -*.lprof -*.log -*~ +# Compiled and generated things. build -*.qm +*.pyc +__pycache__ *.mo +docs/html +*.log resources/i18n/en resources/i18n/x-test + +# Editors and IDEs. +*kdev* +*.kate-swp +*.lprof +*~ +*.qm +