github.com/decred/dcrlnd@v0.7.6/.gitignore (about) 1 # ---> Go 2 # Compiled Object files, Static and Dynamic libs (Shared Objects) 3 *.o 4 *.a 5 *.so 6 7 # Folders 8 _obj 9 _test 10 lnrpc/tools/bin 11 12 # Release base dir 13 releases/ 14 15 # Architecture specific extensions/prefixes 16 *.[568vq] 17 [568vq].out 18 19 *.cgo1.go 20 *.cgo2.c 21 _cgo_defun.c 22 _cgo_gotypes.go 23 _cgo_export.* 24 25 _testmain.go 26 27 *.exe 28 *.test 29 *.prof 30 *.pprof 31 32 /dcrlnd 33 /dcrlnd-debug 34 /dcrlncli 35 /dcrlncli-debug 36 /dcrlnd-itest 37 /dcrlncli-itest 38 /dcrlnd_testbins.tar.gz 39 40 # Integration test log files 41 lntest/itest/*.log 42 lntest/itest/.backendlogs 43 lntest/itest/.minerlogs 44 lntest/itest/dcrlnd-itest 45 lntest/itest/.logs-* 46 lntest/itest/.tempminerlogs 47 lnwallet/**/*.log 48 chainscan/csdrivers/.* 49 chainscan/csdrivers/*.log 50 chainntnfs/**/*.log 51 chainntnfs/**/.miner-logs* 52 routing/chainview/*.log 53 dcrlnd.log 54 55 cmd/cmd 56 cmd/dcrlnd/dcrlnd 57 cmd/dcrlncli/dcrlncli 58 59 *.key 60 *.hex 61 62 cmd/lncli/lncli 63 64 # Files from mobile build. 65 mobile/build 66 mobile/*_generated.go 67 68 # Files created for fuzzing. 69 fuzz/**/*-fuzz.zip 70 fuzz/**/corpus 71 fuzz/**/crashers 72 fuzz/**/suppressions 73 74 # vim 75 *.swp 76 77 *.hex 78 *.db 79 *.bin 80 81 vendor 82 *.idea 83 *.iml 84 profile.cov 85 profile.tmp 86 87 .DS_Store 88 89 .vscode 90 91 # Coverage test 92 coverage.txt