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*