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 <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/9803 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
parent
9d6fab6910
commit
4f2b49eefd
53
.gitignore
vendored
53
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user