diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore index 2f7b8ca8b8f..fc5ba586f8e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,10 +29,12 @@ test-driver *.patch .libs .deps +.dirstamp # Softlinks to test and log log *.vol +.clang-format # cmocka unit tests *.log @@ -46,9 +48,7 @@ api/examples/__init__.py api/examples/setup.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/geo-rep/schedule_georep.py extras/snap_scheduler/conf.py @@ -61,9 +61,11 @@ 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 geo-replication/.tox +geo-replication/gsyncd.conf geo-replication/src/gsyncd geo-replication/src/peer_gsec_create geo-replication/src/peer_mountbroker @@ -85,18 +87,17 @@ glusterfsd/src/glusterfsd glusterfsd/src/gf_attach heal/src/glfsheal libgfchangelog.pc -libgfdb.pc libglusterfs/src/graph.lex.c libglusterfs/src/y.tab.c libglusterfs/src/y.tab.h libglusterfs/src/defaults.c -libglusterfs/src/glusterfs-fops.h libglusterfs/src/cli1-xdr.h libglusterfs/src/protocol-common.h libtool # copied XDR for cyclic libglusterfs <-> rpc-header dependency -rpc/xdr/gen/*.x run-tests.sh +!tests/basic/fuse/Makefile +!tests/basic/gfapi/Makefile tests/env.rc tests/utils/arequal-checksum xlators/features/glupy/src/__init__.py @@ -107,14 +108,6 @@ extras/peer_add_secret_pub tools/gfind_missing_files/gcrawler tools/glusterfind/glusterfind tools/glusterfind/src/tool.conf -# Generated by fdl xlator -xlators/experimental/fdl/src/fdl.c -xlators/experimental/fdl/src/gf_logdump -xlators/experimental/fdl/src/gf_recon -xlators/experimental/fdl/src/libfdl.c -xlators/experimental/fdl/src/librecon.c -xlators/experimental/jbr-client/src/jbrc-cg.c -xlators/experimental/jbr-server/src/jbr-cg.c # Eventing events/src/eventsapiconf.py extras/systemd/glustereventsd.service @@ -124,3 +117,9 @@ 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 |
