summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKonstantin <ria.freelander@gmail.com>2016-05-04 13:24:34 +0300
committerKonstantin <ria.freelander@gmail.com>2016-05-04 13:24:34 +0300
commita24e4fa0b990214b369b59704193eb64be27483c (patch)
treedc9fc5b6f6a3de9903cd968c5f6d4d9e7178032b /.gitignore
downloadmusl-locales-a24e4fa0b990214b369b59704193eb64be27483c.tar.gz
musl-locales-a24e4fa0b990214b369b59704193eb64be27483c.tar.bz2
musl-locales-a24e4fa0b990214b369b59704193eb64be27483c.tar.xz
musl-locales-a24e4fa0b990214b369b59704193eb64be27483c.zip
First working version.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore73
1 files changed, 73 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fab7372
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,73 @@
+# This file is used to ignore files which are generated
+# ----------------------------------------------------------------------------
+
+*~
+*.autosave
+*.a
+*.core
+*.moc
+*.o
+*.obj
+*.orig
+*.rej
+*.so
+*.so.*
+*_pch.h.cpp
+*_resource.rc
+*.qm
+.#*
+*.*#
+core
+!core/
+tags
+.DS_Store
+.directory
+*.debug
+Makefile*
+*.prl
+*.app
+moc_*.cpp
+ui_*.h
+qrc_*.cpp
+Thumbs.db
+*.res
+*.rc
+/.qmake.cache
+/.qmake.stash
+
+# qtcreator generated files
+*.pro.user*
+
+# xemacs temporary files
+*.flc
+
+# Vim temporary files
+.*.swp
+
+# Visual Studio generated files
+*.ib_pdb_index
+*.idb
+*.ilk
+*.pdb
+*.sln
+*.suo
+*.vcproj
+*vcproj.*.*.user
+*.ncb
+*.sdf
+*.opensdf
+*.vcxproj
+*vcxproj.*
+
+# MinGW generated files
+*.Debug
+*.Release
+
+# Python byte code
+*.pyc
+
+# Binaries
+# --------
+*.dll
+*.exe
+