From 3cb687baa8e69fbf57c5e05f4865184eb44abf67 Mon Sep 17 00:00:00 2001 From: Rick Mark Date: Sun, 21 Nov 2021 06:53:01 -0800 Subject: Ignore IDE files and macOS finder info --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 08da54b..921ce45 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ py-compile stamp-h1 src/.libs src/libimobiledevice-glue-1.0.pc +.idea/ +.DS_Store +.vscode/ \ No newline at end of file -- cgit v1.1-32-gdbae