github.com/vmware/go-vcloud-director/v2@v2.24.0/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 6 # Folders 7 _obj 8 _test 9 .cover 10 11 # Architecture specific extensions/prefixes 12 *.[568vq] 13 [568vq].out 14 15 *.cgo1.go 16 *.cgo2.c 17 _cgo_defun.c 18 _cgo_gotypes.go 19 _cgo_export.* 20 21 _testmain.go 22 23 *.exe 24 *.test 25 *.prof 26 27 secrets.yml 28 29 # Pycharm IDE 30 .idea 31 32 # VScode IDE 33 .vscode 34 35 # IntelliJ IDE 36 *.iml 37 38 # Test artifacts 39 govcd/govcd_test_config*.yaml 40 govcd/govcd_test_config*.json 41 govcd/go-vcloud-director*.log 42 govcd/test_cleanup_list*.json 43 *.log 44 45 # editor files 46 *~ 47 *.bak 48 *.swp 49