diff options
author | Michael Ford <fanquake@gmail.com> | 2014-10-24 11:23:14 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2014-10-24 11:23:14 +0800 |
commit | c772f4cb04aa2edc04d849039b07c5a454d3f666 (patch) | |
tree | f5b6b26572cf73e4ebc59b35b48efb8aa689d06f /.gitignore | |
parent | 3552d4b859d56726cd25baa6f1e5988050bdad33 (diff) |
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 9f1b2a4695..bafc5919c1 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/ |