libtiff: git: Ignore common IDE build files

From 9ba9c66ccaed95abc4be074801ecd7fdf058fb37 Mon Sep 17 00:00:00 2001
From: Roger Leigh <[EMAIL REDACTED]>
Date: Mon, 30 May 2022 07:17:36 +0100
Subject: [PATCH] git: Ignore common IDE build files

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index d56e2674..0fe95bba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,7 @@ test/*.log
 test/*.trs
 test/o-*
 *~
+.idea
+.vs
+cmake-build*
+build*