diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-02 01:48:38 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-02 02:41:24 +0200 |
commit | 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb (patch) | |
tree | ff8eab35e732bc0749fc11677c8873a7b3a58704 /.gitignore | |
download | plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.gz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.bz2 plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.xz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.zip |
Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..4a8456907 --- /dev/null +++ b/.gitignore @@ -0,0 +1,120 @@ +# files created by autoreconf +ABOUT-NLS +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.h.in +config.h.in~ +config.rpath +config.sub +configure +depcomp +install-sh +m4/ +missing +po/Makefile.in.in +po/Makevars.template +po/Rules-quot +po/boldquot.sed +po/en@boldquot.header +po/en@quot.header +po/insert-header.sin +po/quot.sed +po/remove-potcdate.* +po/*.po~ + +# files created by configure +Makefile +config.h +config.log +config.status +config.status.lineno +po/POTFILES +.deps +stamp-h1 + +# files created by CMake +CMakeFiles/ +CMakeCache.txt +CPackConfig.cmake +CPackSourceConfig.cmake +cmake_install.cmake +install_manifest.txt + +# files created during build +*.o +*.gmo +*.gcda +*.gcno +.dirstamp +po/stamp-po +src/tmw +src/tmw-ea +src/mana +src/mana-ea +src/manaplus + +# files created during Windows build +.objs +*.dll +*.exe +tmw.depend +tmw.layout +mana.depend +mana.layout + +# files copied in on Windows +include/* +lib/* +packaging/windows/upx/* +data/music/*.ogg + +# files created by Qt Creator +mana.creator.user* + +run/* +my/* +win/* +make.log +make1.log +make2.log +make_nsiqcppstyle.txt +bcmake1 +bmake1 +gprof.png +gprof.txt +gmon.out +makecheck.txt +makecheck_err.txt +makeflawfinder.log +makegprof1 +pmake1 +packwin1 +toolchain.cmake1 +makerats.log +make_hc.txt +make_hc2.txt + +# debian +debian/* +build-stamp + +# files created by gtags +GPATH +GRTAGS +GSYMS +GTAGS + +# generated for nsis build +translations/* + +# documentation generated by Doxygen +docs/SOURCE/html/* + +*.kdev4 + +gmon.out + +# patch files created by git +[0-9][0-9][0-9][0-9]-*.patch |