From 4eafdc1ef562da7bf73ab4c9b59be224ab7cd7c2 Mon Sep 17 00:00:00 2001 From: Artem Didytschuk Date: Thu, 8 Oct 2020 22:08:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitignore=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f6660d0..4dd886f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,25 @@ # Intellij .idea/ *.iml -*.iws \ No newline at end of file +*.iws +# eclipse specific +*.pydevproject +.project +.metadata +bin/** +tmp/** +tmp/**/* +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch \ No newline at end of file