aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 28 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e6ec6e7..6e26d9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,31 @@
*~
*.swp
+*.orig
-### C {{{
-## generated by github
+### vifm
+.vifm/Trash/
+.vifm/vifminfo
+
+## mpd
+.mpd/
+
+## ncmpcpp
+.ncmpcpp/*.log
+
+## lftp
+.lftp/*_history
+.lftp/*_log
+
+## urxvt
+.urxvt/*urxvtd*
+
+## i3
+.i3/*.sock
+
+
+### C {{{
# Object files
*.o
*.ko
@@ -30,3 +51,8 @@
*.x86_64
*.hex
### C }}}
+
+### python
+__pycache__/
+*.py[cod]
+