diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-06-01 12:20:22 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-01 15:25:32 -0600 |
commit | 260776b9001af6f8ebab74da2d47ec2fcc655e1e (patch) | |
tree | bec2f504277b2fdbef6dbdfd6087ee3a6c73d432 /.gitignore | |
parent | d8eeb7fd8000b60611f657c2dd2fe094eac41cdf (diff) | |
download | serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.gz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.bz2 serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.xz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.zip |
More fixes for item labels
I am sorry about forgetting to check the scripts, I learnt that
mistake too late. This is the situation a few grep's later.
(I also updated the ignore list.)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1 +1,26 @@ *.class + +# Local configuration files +conf/*_local.conf +conf/eathena-monitor.conf +conf/gm_account.txt +conf/help.txt +conf/magic.conf +conf/motd.txt +conf/spells-build.sh + +# Build files +eathena-monitor + +# Copied/linked server executables +char-server +login-server +map-server + +# Server files +log/ +gm.log.* +online.* +save/*.tmp +save/*.txt + |