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?