diff options
author | Bernd Wachter <bwachter-tmw@lart.info> | 2009-04-04 00:01:43 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-04 22:35:16 +0200 |
commit | 677a9b038f186b3f8073cf65b38738fa89dba3b4 (patch) | |
tree | 37fe92a9a950a86d2da3f81f6ac1f679f359a6aa /.gitignore | |
parent | 754cc498156371d0b6d32de0e58d7256236ed676 (diff) | |
download | mana-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.gz mana-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.bz2 mana-677a9b038f186b3f8073cf65b38738fa89dba3b4.tar.xz mana-677a9b038f186b3f8073cf65b38738fa89dba3b4.zip |
Fixed CMake build files; both tmwserv and eathena clients will get built, the eathena-binary gets named tmw-ea Fixed gitignore for CMake files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,12 +32,18 @@ po/POTFILES .deps stamp-h1 +# files created by CMake +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake + # files created during build *.o *.gmo .dirstamp po/stamp-po src/tmw +src/tmw-ea # files created during Windows build .objs |