From 8552b8310c7ec9e29d0637d1b9330cf219e2fac2 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Mon, 19 Jul 2021 13:38:36 +0200 Subject: [PATCH] Ignore misc IDE files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 25c6c794..65b22189 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ obj/ .gradle/ syncthing/gobuild syncthing/pkg +__pycache__ # Local configuration file (sdk path, etc) local.properties @@ -27,6 +28,12 @@ project.properties *.iws .idea/ +# Misc IDE stuff +eclipse-java-style.xml +.classpath +.project +.settings + # Gradle wrapper gradle/wrapper/gradle/ gradle/wrapper/gradlew*