Skip to content

trivial: Clean up .gitignore files

Simon McVittie requested to merge smcv/dbus:gitignore into master
  • Remove obsolete patterns
  • Consolidate generic patterns (*.la, Makefile.in, etc.) at top level
  • Use anchored patterns (/dbus-daemon) where they are more appropriate
  • Sort lexicographically (LC_ALL=C sort)
  • Add new patterns

See individual commits for more details.

Merge request reports