diff options
author | Anoop C S <anoopcs@redhat.com> | 2017-07-26 16:47:16 +0530 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-07-27 17:03:36 +0000 |
commit | de2158296f3afd253e10386acb2e2bd471e2b3ca (patch) | |
tree | e0f35c8d8997ffccf8b77ad925c9af8463dde3c9 /.gitignore | |
parent | abfbc3eb821e144ddbfdc5d7da401557b52beaf1 (diff) |
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 <anoopcs@redhat.com>
Reviewed-on: https://review.gluster.org/17877
Reviewed-by: Prashanth Pai <ppai@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |