Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2016-12-09 20:16:06 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2016-12-09 20:16:06 +0300
commit80e0f8a42586ab293f9c0112b260d9c170491ac5 (patch)
tree3b9c51009716f2b342dea340c245a7e052f1852d /.gitignore
parent7db4d6c0cb0c9c70d4cdd7cadca479e2b9a10626 (diff)
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..279cdba58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+syntax: glob
+*.orig
+*.swp
+*.gmo
+*.in
+*.m4
+*.pyc
+*.pyo
+*~
+autom4te.cache
+data/defs.py
+data/gajim.desktop
+libtool
+po/.intltool-merge-cache
+po/POTFILES
+po/stamp-it
+stamp-h1
+Makefile
+__pycache__/
+
+syntax: regexp
+^config\.*
+^config\/
+^scripts\/gajim.*