From 4f2b49eefd1a56469770534d7941fa37ae759f11 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 4 Mar 2015 16:22:39 +0100 Subject: build: add more generated files to .gitignore Added *_unittest, *.log, *.trs, extras/run-gluster.tmpfiles and heal/src/glfsheal. Sorted the list of files to make it easier to modify in future. Change-Id: I0f21a03a89e61f84c6a85c8f1f98712c5819d633 BUG: 1198849 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/9803 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY --- .gitignore | 53 +++++++++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 24 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9cd081a376f..977f99af0fd 100644 --- a/.gitignore +++ b/.gitignore @@ -29,54 +29,59 @@ stamp-h1 log *.vol +# cmocka unit tests +*.log +*.trs +*_unittest + # Generated files *.py[co] -tests/env.rc -dht_layout_unittest -mem_pool_unittest -tests/utils/arequal-checksum api/examples/__init__.py api/examples/setup.py -xlators/features/glupy/src/__init__.py +api/src/gfapi.map +cli/src/gluster contrib/argp-standalone/libargp.a +contrib/fuse-util/fusermount-glusterfs contrib/uuid/uuid_types.h +extras/geo-rep/gsync-sync-gfid extras/init.d/glusterd-Debian +extras/init.d/glusterd-FreeBSD extras/init.d/glusterd-Redhat extras/init.d/glusterd-SuSE -extras/init.d/glusterd-FreeBSD extras/init.d/glusterd.plist -extras/systemd/glusterd.service extras/ocf/glusterd extras/ocf/volume +extras/run-gluster.tmpfiles +extras/systemd/glusterd.service extras/who-wrote-glusterfs/gitdm -extras/geo-rep/gsync-sync-gfid +geo-replication/.tox +geo-replication/src/gsyncd +geo-replication/src/gsyncd +geo-replication/src/peer_add_secret_pub +geo-replication/src/peer_gsec_create geo-replication/src/set_geo_rep_pem_keys.sh +geo-replication/syncdaemon.egg-info geo-replication/syncdaemon/configinterface.py +geo-replication/tests/unit/.coverage +geo-replication/tests/unit/cover +geo-replication/tests/unit/coverage.xml +geo-replication/tests/unit/nosetests.xml +geo-replication/tests/unit/results.html glusterfs-api.pc glusterfs.spec -glusterfsd/src/glusterfsd glusterfsd/src/glusterd glusterfsd/src/glusterfs +glusterfsd/src/glusterfsd +heal/src/glfsheal libgfchangelog.pc libglusterfs/src/graph.lex.c libglusterfs/src/y.tab.c libglusterfs/src/y.tab.h libtool run-tests.sh +tests/env.rc +tests/utils/arequal-checksum +xlators/features/glupy/src/__init__.py +xlators/features/glupy/src/setup.py xlators/mount/fuse/utils/mount.glusterfs xlators/mount/fuse/utils/mount_glusterfs -xlators/features/glupy/src/setup.py -geo-replication/src/peer_add_secret_pub -geo-replication/src/peer_gsec_create -geo-replication/src/gsyncd -cli/src/gluster -contrib/fuse-util/fusermount-glusterfs -geo-replication/src/gsyncd -api/src/gfapi.map -geo-replication/syncdaemon.egg-info -geo-replication/tests/unit/cover -geo-replication/tests/unit/coverage.xml -geo-replication/tests/unit/nosetests.xml -geo-replication/tests/unit/results.html -geo-replication/.tox -geo-replication/tests/unit/.coverage -- cgit