I use etckeeper for changes in my configfiles (on debian squeeze)
Since I also have an ircdeamon running, there are some files, that change every minute in the folder
/etc/hybserv/
I don't want to version control them anymore, so i added
hybserv/*
to the end of
/etc/.gitignore
but they are not ignored! They keep showing up every hour in the hourly commit.
what am I doing wrong?