Skip to content

(.gitignore) ignore thunar.a

Yongha Hwang requested to merge MShrimp4/thunar:gitignore-thunar-a into master

MR !268 (merged)

Since !153 (merged) is merged, thunar.a, which is a fake library used for generating documentation, has been managed by make but not been covered by .gitignore. This has caused useless yet big file thunar.a keep appearing in commits that included files with "git add --all".

This commit adds thunar/thunar.a to .gitignore to fix this issue.

Merge request reports