diff options
author | MadCamel <madcamel@gmail.com> | 2010-02-04 19:58:03 -0500 |
---|---|---|
committer | MadCamel <madcamel@gmail.com> | 2010-02-04 19:58:03 -0500 |
commit | d85546cf432ddb0ab4b1227aad2824ee77d745ac (patch) | |
tree | 343b7c1aa979f92624e0d782552526a6a61feb84 /.gitignore | |
parent | a1e685b80243abcce021cd81855d0fdeb36cd6c4 (diff) | |
download | tmwa-d85546cf432ddb0ab4b1227aad2824ee77d745ac.tar.gz tmwa-d85546cf432ddb0ab4b1227aad2824ee77d745ac.tar.bz2 tmwa-d85546cf432ddb0ab4b1227aad2824ee77d745ac.tar.xz tmwa-d85546cf432ddb0ab4b1227aad2824ee77d745ac.zip |
Removed auto-generated source files
And added them to .gitignore. These three files are generated on
the fly by flex and bison during the build process and should not
be in the repository.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,3 +6,7 @@ login-server map-server GNUmakefile eathena-monitor +magic-interpreter-parser.h +magic-interpreter-parser.c +magic-interpreter-lexer.c + |