diff options
Diffstat (limited to 'init.d/50git-ignore')
-rwxr-xr-x | init.d/50git-ignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init.d/50git-ignore b/init.d/50git-ignore index f931592..533782a 100755 --- a/init.d/50git-ignore +++ b/init.d/50git-ignore @@ -7,6 +7,11 @@ if [ ! -e .gitignore ]; then # new and old versions of conffiles, stored by dpkg *.dpkg-* +# new and old versions of conffiles, stored by pacman +*.pacnew +*.pacorig +*.pacsave + # mount(8) records system state here, no need to keep these in git blkid.tab blkid.tab.old |