diff options
| author | 2026-04-21 01:23:46 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:46 +0100 | |
| commit | 2034e11184925a21003d3ccff1992fc17e6d1b0c (patch) | |
| tree | 49cf369f9221d268391d4105437ec8434f10cd36 /etc | |
| parent | fd21a19f360aa8368305228610d556e55f4a482b (diff) | |
| download | dotfiles-2034e11184925a21003d3ccff1992fc17e6d1b0c.tar.gz dotfiles-2034e11184925a21003d3ccff1992fc17e6d1b0c.tar.bz2 dotfiles-2034e11184925a21003d3ccff1992fc17e6d1b0c.zip | |
feat(etc/.ignore): filter pacsave/pacnew, hostname, xml/catalog
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/.ignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/.ignore b/etc/.ignore index c15fb70..5be0121 100644 --- a/etc/.ignore +++ b/etc/.ignore @@ -8,6 +8,8 @@ /etc/.pwd.lock /etc/mtab /etc/ld.so.cache +/etc/hostname +/etc/xml/catalog # Per-host identity / secrets /etc/ssh/ssh_host_* @@ -18,6 +20,12 @@ /etc/passwd- /etc/group- +# pacman leftovers from removed packages +*.pacsave +*.pacsave.* +*.pacnew +*.pacorig + # Regenerated by tools (not worth versioning) /etc/resolv.conf /etc/ssl/certs/* |
