github.com/ledgerwatch/erigon-lib@v1.0.0/.gitignore (about) 1 # See http://help.github.com/ignore-files/ for more about ignoring files. 2 # 3 # If you find yourself ignoring temporary files generated by your text editor 4 # or operating system, you probably want to add a global ignore instead: 5 # git config --global core.excludesfile ~/.gitignore_global 6 7 /tmp 8 */**/*un~ 9 */**/*.test 10 *un~ 11 .DS_Store 12 */**/.DS_Store 13 .ethtest 14 */**/*tx_database* 15 */**/*dapps* 16 build/_vendor/pkg 17 /*.a 18 docs/readthedocs/build 19 20 #* 21 .#* 22 *# 23 *~ 24 .project 25 .settings 26 27 # Used by mdbx Makefile 28 /ethdb/mdbx/dist/CMakeFiles/* 29 /ethdb/mdbx/dist/CMakeCache* 30 /ethdb/mdbx/dist/*.cmake 31 /ethdb/mdbx/dist/*.dll 32 /ethdb/mdbx/dist/*.exe 33 /ethdb/mdbx/dist/Makefile 34 35 # used by the Makefile 36 /build/_workspace/ 37 /build/cache/ 38 /build/bin/ 39 /geth*.zip 40 41 # travis 42 profile.tmp 43 profile.cov 44 45 # IdeaIDE 46 .idea 47 48 # VS Code 49 .vscode 50 *.code-workspace 51 52 # dashboard 53 /dashboard/assets/flow-typed 54 /dashboard/assets/node_modules 55 /dashboard/assets/stats.json 56 /dashboard/assets/bundle.js 57 /dashboard/assets/bundle.js.map 58 /dashboard/assets/package-lock.json 59 60 **/yarn-error.log 61 /timings.txt 62 right_*.txt 63 root_*.txt 64 65 __pycache__ 66 docker-compose.dev.yml 67 /build 68 *.tmp 69 70 /ethdb/*.fail 71 72 libmdbx/build/* 73 tests/testdata/* 74 75 go.work*