diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 90 |
1 files changed, 75 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore index bb194295576..fc5ba586f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,18 @@ autom4te.cache build config.* configure +cscope.* +tags depcomp +INSTALL install-sh ltmain.sh +Makefile Makefile.in missing +stamp-h1 +stamp-h2 +test-driver *compile *.gcda *.gcno @@ -22,44 +29,97 @@ missing *.patch .libs .deps -Makefile -stamp-h1 +.dirstamp + # Softlinks to test and log log *.vol +.clang-format + +# cmocka unit tests +*.log +*.trs +*_unittest # Generated files +site.h +*.py[co] api/examples/__init__.py -api/examples/__init__.py? api/examples/setup.py -contrib/argp-standalone/libargp.a -contrib/uuid/uuid_types.h +api/src/gfapi.map +cli/src/gluster +contrib/fuse-util/fusermount-glusterfs +extras/geo-rep/gsync-sync-gfid +extras/geo-rep/schedule_georep.py +extras/snap_scheduler/conf.py extras/init.d/glusterd-Debian +extras/init.d/glusterd-FreeBSD extras/init.d/glusterd-Redhat extras/init.d/glusterd-SuSE extras/init.d/glusterd.plist -extras/systemd/glusterd.service extras/ocf/glusterd extras/ocf/volume +extras/run-gluster.tmpfiles +extras/systemd/glusterd.service +extras/systemd/gluster-ta-volume.service +extras/systemd/glusterfssharedstorage.service extras/who-wrote-glusterfs/gitdm -extras/geo-rep/gsync-sync-gfid +geo-replication/.tox +geo-replication/gsyncd.conf +geo-replication/src/gsyncd +geo-replication/src/peer_gsec_create +geo-replication/src/peer_mountbroker +geo-replication/src/peer_mountbroker.py +geo-replication/src/set_geo_rep_pem_keys.sh +geo-replication/src/peer_georep-sshkey.py +geo-replication/syncdaemon.egg-info +geo-replication/syncdaemon/conf.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 +glusterfsd/src/gf_attach +heal/src/glfsheal libgfchangelog.pc libglusterfs/src/graph.lex.c libglusterfs/src/y.tab.c libglusterfs/src/y.tab.h +libglusterfs/src/defaults.c +libglusterfs/src/cli1-xdr.h +libglusterfs/src/protocol-common.h libtool +# copied XDR for cyclic libglusterfs <-> rpc-header dependency run-tests.sh +!tests/basic/fuse/Makefile +!tests/basic/gfapi/Makefile +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 +extras/peer_add_secret_pub +tools/gfind_missing_files/gcrawler +tools/glusterfind/glusterfind +tools/glusterfind/src/tool.conf +# Eventing +events/src/eventsapiconf.py +extras/systemd/glustereventsd.service +events/src/eventtypes.py +libglusterfs/src/eventtypes.h +extras/init.d/glustereventsd-Debian +extras/init.d/glustereventsd-FreeBSD +extras/init.d/glustereventsd-Redhat +tools/setgfid2path/src/gluster-setgfid2path +xlators/features/cloudsync/src/cloudsync-autogen-fops.c +xlators/features/cloudsync/src/cloudsync-autogen-fops.h +xlators/features/utime/src/utime-autogen-fops.c +xlators/features/utime/src/utime-autogen-fops.h +tests/basic/metadisp/ftruncate +xlators/features/metadisp/src/fops.c |
