From f089744d6d8971417f4a398f2e1210a0fd6bcc68 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 13 Oct 2016 06:59:23 -0700 Subject: [PATCH] Ignore patches and autosave files from QT Creator --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e5cedf95a..83aa7917c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ *.pyo *.o *.psp +*.diff +*.patch +*.autosave _build build-* .DS_Store