Update .gitignore

Hi,

after running configure with "Enable developer documentation" set to
"yes" git status warns about two new untracked files:

        doc/doxygen/tooldev.doxygen
        doc/doxygen/tools.doxygen

Below is a small patch.

HTH,
  Dawid
dev
Dawid Gajownik 9 years ago committed by Bryce Harrington
parent d99a050195
commit d956379058
  1. 1
      .gitignore

1
.gitignore vendored

@ -34,6 +34,7 @@ cscope.out
/depcomp /depcomp
/docs/developer /docs/developer
/docs/tools /docs/tools
/docs/doxygen/*.doxygen
/install-sh /install-sh
/libtool /libtool
/ltmain.sh /ltmain.sh

Loading…
Cancel
Save