From 9c7886cf73c8affc51250bfb34325e563bd51f58 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Sun, 5 Apr 2020 13:37:22 +0200 Subject: [PATCH] Improve gitignore --- .gitignore | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2800e844..ef27bf66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,22 @@ -*.pyc -terminatorlib/*.pyc +## Editors +*~ +.*.sw[op] .project +.idea .pydevproject -terminatorlib/meliae -_trial_temp + +## VCS +/.bzr + +## Python +*.pyc +*.egg-info +/build terminatorc +remotinatorc +terminatorlib/meliae + +## language / intltool related files +.intltool* +data/terminator.appdata.xml +data/terminator.desktop