summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-01-15 21:49:10 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-01-15 21:49:10 +0000
commitf821f98126595002c8cb7a5f17521908d746dc8a (patch)
tree88df7af1f7d6cff12b7e5fdaa4732e8da91e9d3b /Doxyfile
parent2b9cb7ec71799050086d2f92fb474adcdb76703f (diff)
Exclude .svn and .git directories from doxygen documentation.
Originally committed as revision 21229 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 784502ac9d..42353ef578 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -370,7 +370,7 @@ EXCLUDE_SYMLINKS = NO
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = *.svn *.git
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see