diff options
author | 2015-05-12 10:28:41 +0200 | |
---|---|---|
committer | 2015-05-12 10:28:41 +0200 | |
commit | f2b21a51f82eb16548d224a888093ea504f5f85a (patch) | |
tree | b4a1d732c386cdbde7a5552a8b8dc5463d9ec91d /.gitignore | |
parent | 54e5245846274113a25ab9e53654e553339c7ece (diff) |
Added doxygen documentation definition file and make target for it (nw)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index db29d636e1c..c424556b42f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ !/.gitattributes !/.gitignore !/makefile +!/mame.doxygen !/*.md /cfg /diff @@ -17,4 +18,5 @@ src/regtests/chdman/temp src/regtests/jedutil/output /sta *.pyc -/build
\ No newline at end of file +/build +/documentation
\ No newline at end of file |