From 1657c7e53dd85365f087c14ab3a63cbf8345076c Mon Sep 17 00:00:00 2001 From: Luis Diaz Mas Date: Tue, 17 Oct 2017 16:21:14 +0200 Subject: [PATCH] Ignore build* folders and project file generated by QtCreator --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c0482fed..a7b0261e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.o *.swp *.pyc +*.txt.user .DS_Store config.log config.status @@ -13,7 +14,7 @@ libtool .deps/ .libs/ bin/ -build/ +build* config/autom4te.cache/ config/config.h config/config.mk