diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -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] + |