diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-04 20:32:26 -0500 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-01-05 20:10:33 +0100 |
commit | ca0bdf6539e1145b980ce5bf8e2126cff12903d5 (patch) | |
tree | ae3446fe400910e84fcb3118c835848bae3df3b9 /.gitignore | |
parent | 85d9abfce24272c94a4c91a601364e9f2d5cc8c0 (diff) | |
download | rpg-ca0bdf6539e1145b980ce5bf8e2126cff12903d5.tar.gz rpg-ca0bdf6539e1145b980ce5bf8e2126cff12903d5.tar.bz2 |
ignore site-local conf files
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..72ea3f3bc --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/conf/*.local.conf +/conf/acl.auth.php +/conf/local.php +/conf/users.auth.php +/conf/userstyle.css +/conf/words.aspell |