diff options
author | Humble Devassy Chirammal <hchiramm@redhat.com> | 2015-03-30 12:49:13 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-04-06 06:02:08 -0700 |
commit | 120cdbf3ba51f493df3bff112a9e21c19349b543 (patch) | |
tree | 2c9f7f09e8dd71e417dfbd412b4a0a5d1c3ddf84 /.gitignore | |
parent | dc128c6bb0f8935e0aaa64602cd8a2dcedaebbf4 (diff) |
build: sort gitignore entries
Change-Id: I79d315efb47577ab88d090a96df13f1f92ed276c
BUG: 1198849
Signed-off-by: Humble Devassy Chirammal <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/10099
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 288bb2648c1..a3975d594d1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,10 @@ cscope.* depcomp install-sh ltmain.sh +Makefile Makefile.in missing +stamp-h1 test-driver *compile *.gcda @@ -24,8 +26,7 @@ test-driver *.patch .libs .deps -Makefile -stamp-h1 + # Softlinks to test and log log *.vol |