From de2158296f3afd253e10386acb2e2bd471e2b3ca Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Wed, 26 Jul 2017 16:47:16 +0530 Subject: build: Add stamp-h2 to gitignore Recent change https://review.gluster.org/17206 which adds site.h to sources results in the generation of another timestamp file named 'stamp-h2'. This change adds 'stamp-h2' also to gitignore. Change-Id: I2592a283ec13e99b547b38c8b374874e50d5e3c1 Signed-off-by: Anoop C S Reviewed-on: https://review.gluster.org/17877 Reviewed-by: Prashanth Pai Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Niels de Vos --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc4399dfef3..3e7c16c9d1f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ Makefile Makefile.in missing stamp-h1 +stamp-h2 test-driver *compile *.gcda -- cgit