From 53f6228ef44bea672fb90603327f685566d87b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20W=C5=82ostowski?= Date: Wed, 16 Aug 2017 14:11:27 +0200 Subject: [PATCH] ignore precompiled headers & other temporary file in .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31959b3d85..d80bf3899c 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,7 @@ demos/**/_autosave-* *.orig *.rej *.so -*.old \ No newline at end of file +*.old +*.gch +*.orig +*.patch \ No newline at end of file