diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-04-22 09:15:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 09:15:17 (GMT) |
commit | 0eea2d7abb5c9e080d031923a98eb7c23159edb6 (patch) | |
tree | 6a0cd3eebbf89dda5843e8b710bbc9c5eb4d5cbd | |
parent | 5bdb738052d41c9fb709df917e494625e9a18246 (diff) | |
parent | bad04c77bd626e5badf7654136b6a5dfa20c6b93 (diff) | |
download | Doxygen-0eea2d7abb5c9e080d031923a98eb7c23159edb6.zip Doxygen-0eea2d7abb5c9e080d031923a98eb7c23159edb6.tar.gz Doxygen-0eea2d7abb5c9e080d031923a98eb7c23159edb6.tar.bz2 |
Merge pull request #657 from albert-github/feature/bug_gitignore
Ignore build* directories and not just build
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ /doxygen_docs /doxygen.tag -/build +/build* |