diff --git a/doc/doxygen/Doxystyle b/doc/doxygen/Doxystyle
index 7668af26c8afce88cb8c7c8c92fb4769d37d0fb4..965a8cfa9f5e437448cb0416fd5bfd8c74e0ddcd 100644
--- a/doc/doxygen/Doxystyle
+++ b/doc/doxygen/Doxystyle
@@ -15,6 +15,8 @@ FILE_PATTERNS          = *.hh \
 INPUT                  =
 EXCLUDE                = 
 
+EXCLUDE_PATTERNS       = */.svn/* */test/*
+
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
 # the path mentioned in the documentation of a class, which tells
 # the reader which header file to include in order to use a class.