From 85461825ceec40defdf65d3a47da830bdbe8f3af Mon Sep 17 00:00:00 2001 From: Gio Date: Tue, 23 Aug 2016 12:14:42 +0200 Subject: [PATCH] Ignore all .pro.user files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 85b1c28a6..ae38cd091 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/RetroShare.pro.user *.o *.sw? *.so @@ -9,3 +8,4 @@ ui_*.h Makefile.* *~ Thumbs.db +*.pro.user