summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-02 20:49:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-02 20:50:56 +0300
commit761a4a76acd6120bf45c0c2dd342c94261672470 (patch)
treebb64d4a15d4ce285895d4a5549f3b0514f8e7335 /.gitignore
downloadparanucker-761a4a76acd6120bf45c0c2dd342c94261672470.tar.gz
paranucker-761a4a76acd6120bf45c0c2dd342c94261672470.tar.bz2
paranucker-761a4a76acd6120bf45c0c2dd342c94261672470.tar.xz
paranucker-761a4a76acd6120bf45c0c2dd342c94261672470.zip
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore133
1 files changed, 133 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..61bb87e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,133 @@
+# files created by autoreconf
+ABOUT-NLS
+Makefile.in
+aclocal.m4
+autom4te.cache
+config.guess
+config.h.in
+config.h.in~
+config.rpath
+config.sub
+/config/
+configure
+depcomp
+install-sh
+m4/
+intl/
+missing
+compile
+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
+/manaplus.spec
+PKGBUILD
+data/evol/evol.desktop
+data/tmw/tmw.desktop
+
+# 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/mplint
+
+# files created during Windows build
+.objs
+*.dll
+*.exe
+manaplis.depend
+manaplis.layout
+stdout.txt
+
+# files copied in on Windows
+include/*
+lib/*
+packaging/windows/upx/*
+data/music/*.ogg
+
+# files created by Qt Creator
+mana.creator.user*
+
+/build/
+run/*
+my/*
+win/*
+test/*.out
+
+# debian
+debian/*
+build-stamp
+
+# files created by gtags
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
+# tarballs generated by make dist
+manaplus-*.tar.gz
+manaplus-*.tar.bz2
+manaplus-*.tar.xz
+
+# 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
+
+# backup files created by vi
+*~
+
+#temp file
+.lineno
+
+#mac crap
+.DS_Store
+Xcode/ManaPlus.xcodeproj/xcuserdata
+Xcode/ManaPlus.xcodeproj/project.xcworkspace/xcuserdata
+Xcode/Release/ManaPlus.dmg
+Xcode/Release/*.dmg
+Xcode/Release/Manaplus_ssh.txt
+Xcode/DerivedData/
+Xcode/Build/
+Xcode/Release/Release*
+
+/manaplus.depend
+/manaplus.layout
+
+#english po
+/po/en.po