Skip to content

Commit

Permalink
cleanup, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Dec 13, 2018
1 parent 70a7c34 commit 3824383
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 108,239 deletions.
41 changes: 41 additions & 0 deletions .gitignore
Expand Up @@ -432,3 +432,44 @@ ASALocalRun/
.vscode/launch.json
.vscode/extensions.json
.DS_Store

# Compilation
Makefile

# Unit-tests
Makefile.test
src/test/buildenv.py

# Resources cpp
qrc_*.cpp

# Mac specific
.DS_Store
build

#lcov
*.gcno
*.gcda
/*.info
test_bitcoin.coverage/
zcash-gtest.coverage/
total.coverage/
coverage_percent.txt

#build tests
linux-coverage-build
linux-build
win32-build
qa/pull-tester/run-bitcoind-for-test.sh
qa/pull-tester/tests-config.sh
qa/pull-tester/cache/*
qa/pull-tester/test.*/*

!src/leveldb*/Makefile

/doc/doxygen/

libzcashconsensus.pc

contrib/debian/files
contrib/debian/substvars

0 comments on commit 3824383

Please sign in to comment.