diff options
author | Mike Buland <mbuland@penny-arcade.com> | 2017-08-22 15:08:51 -0700 |
---|---|---|
committer | Mike Buland <mbuland@penny-arcade.com> | 2017-08-22 15:08:51 -0700 |
commit | 320c4811b16f1e50fc94203728f05f0c10e915d1 (patch) | |
tree | 4e08861e309f66bada6663aa427e3f8165bcab74 /.gitignore | |
parent | feb899f0b0aaaf236577cacf16e4c3b25b292fe6 (diff) | |
download | libbu++-320c4811b16f1e50fc94203728f05f0c10e915d1.tar.gz libbu++-320c4811b16f1e50fc94203728f05f0c10e915d1.tar.bz2 libbu++-320c4811b16f1e50fc94203728f05f0c10e915d1.tar.xz libbu++-320c4811b16f1e50fc94203728f05f0c10e915d1.zip |
Doxywarn and api weren't on the ignore list.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,3 +20,5 @@ | |||
20 | /unit | 20 | /unit |
21 | /tests | 21 | /tests |
22 | /src/unit/*.cpp | 22 | /src/unit/*.cpp |
23 | /Doxywarn | ||
24 | /api | ||