Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gitと同じようにDoxygenのファイルを無視するにはどうすればよいです.git/info/excludeか?
.git/info/exclude
Doxygenは、Email-componentやGit-repoなどのサードパーティのコードに基づいてドキュメントを生成しますが、これは不要です。ファイルをそのままにしておく必要があります。
構成ファイルでEXCLUDE_PATTERNSタグを使用できます。
EXCLUDE_PATTERNS = */test/*
ここから撮影。