diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-04-09 16:34:14 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-04-09 21:22:19 +0200 |
commit | 656f639dc3664437a491fa8dd5ecf44fd430fa27 (patch) | |
tree | c2e82cb5bd1b9114c6bdfd83d420287a8bd2dd15 /.gitignore | |
parent | 1b04d59eb8d3411111ee393289d2c0703c68643c (diff) |
Ignore lo.png output from make dump-deps-png
Change-Id: I9d968a14db440a54e3accefb12e2d0a5685d0b37
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 237008181e8d..01e57e1b902a 100644 --- a/.gitignore +++ b/.gitignore @@ -140,6 +140,9 @@ DerivedData # doxygen output /docs +# make dump-deps output +/lo.png + # gdb config /.gdbinit /.gdb_history |