diff options
| author | Michael Ford <[email protected]> | 2014-10-24 11:23:14 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2014-10-24 11:23:14 +0800 |
| commit | c772f4cb04aa2edc04d849039b07c5a454d3f666 (patch) | |
| tree | f5b6b26572cf73e4ebc59b35b48efb8aa689d06f /.gitignore | |
| parent | Merge pull request #5128 (diff) | |
| download | discoin-c772f4cb04aa2edc04d849039b07c5a454d3f666.tar.xz discoin-c772f4cb04aa2edc04d849039b07c5a454d3f666.zip | |
Add doc/doxygen to .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9f1b2a469..bafc5919c 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,5 @@ qa/pull-tester/run-bitcoind-for-test.sh qa/pull-tester/build-tests.sh !src/leveldb*/Makefile + +/doc/doxygen/ |