diff options
| -rw-r--r-- | .gitignore | 53 | 
1 files changed, 29 insertions, 24 deletions
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  | 
