From 2acc6e3de11d41212c43d7189d17d2cdf03511e4 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sat, 24 Oct 2009 20:24:21 +0200 Subject: [PATCH] Ignore Qt Creator project files It works fairly well to use Qt Creator to develop and debug GIMP. Ignore Qt Creator 4.x-ish project files. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index dcf009f24b..5009f02e39 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ *.la *.lo *.o +/*.config +/*.creator +/*.creator.user +/*.files +/*.includes /ChangeLog /Makefile /Makefile.in