diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-13 21:11:18 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-13 21:11:18 +0800 |
commit | e1ce158f65c472b7c8d14c04fce94c85bc881a6c (patch) | |
tree | 2a64344a2dbce771ea245449d647ccd208891e86 | |
parent | 629b99d651a499be68e6b200dc6571896297770f (diff) | |
download | dotfiles-e1ce158f65c472b7c8d14c04fce94c85bc881a6c.tar.bz2 |
Updated .gitignore and README.md.
Added GnuPG key information to README.md.
-rw-r--r-- | .gitignore | 30 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 34 insertions, 3 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] + @@ -1,7 +1,12 @@ dotfiles ======== -Aly personal/collected dotfiles ~~~ +Personal & collected dotfiles ~~~ Distributed under MIT License. + +Weitian LI +GnuPG key: Weitian LI (Null) <liweitianux@gmail.com> +Fingerprint: F00D 615C 9984 147B 450F 56EA F81B F453 5F26 EBF6 + |