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:
authorlovetox <philipp@hoerist.com>2022-05-30 20:00:45 +0300
committerlovetox <philipp@hoerist.com>2022-05-30 23:47:44 +0300
commita46c97cf37783fc55e0c60e934e77679c1399934 (patch)
tree69e53cf6a80674d1d30a0ee8977c69ccd6fbd1fd /.gitignore
parent7883c1bdf17b8ea57e0d3984af0322e57253317a (diff)
chore: Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 11 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore
index 33350a5e0..8b7ed00e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,32 +8,23 @@ syntax: glob
*.pyo
*~
*#
-autom4te.cache
-data/org.gajim.Gajim.appdata.xml
-data/org.gajim.Gajim.desktop
-libtool
-po/.intltool-merge-cache
-data/gajim-remote.desktop
-po/POTFILES
-po/stamp-it
-stamp-h1
-Makefile
+
+gajim/gui/*
+!gajim/gui/__init__.py
+
+# Cache
+
__pycache__/
.mypy_cache/
+
+# Build folders
+
debian_build/
build/
dist/
gajim.egg-info/
-src/gtk/
win/_build_root
-.vscode
-
-syntax: regexp
-^config\.*
-^config\/
-^scripts\/gajim.*
-!MANIFEST.in
+# IDE files
-gajim/gui/*
-!gajim/gui/__init__.py \ No newline at end of file
+.vscode