aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-06-13 21:11:18 +0800
committerWeitian LI <liweitianux@gmail.com>2014-06-13 21:11:18 +0800
commite1ce158f65c472b7c8d14c04fce94c85bc881a6c (patch)
tree2a64344a2dbce771ea245449d647ccd208891e86 /.gitignore
parent629b99d651a499be68e6b200dc6571896297770f (diff)
downloaddotfiles-e1ce158f65c472b7c8d14c04fce94c85bc881a6c.tar.bz2
Updated .gitignore and README.md.
Added GnuPG key information to README.md.
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]
+