diff options
author | David Runge <dave@sleepmap.de> | 2016-03-11 11:11:30 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-03-11 11:11:30 +0100 |
commit | 4fddd5572d8ae4ddb8f56278c2945b10ed3ce3cb (patch) | |
tree | 1bc260ce37d1b669d84b9490d8d99b9ca70a8ed0 /.gitignore | |
parent | f35fdae42816c974ad42130f4467f2316453294b (diff) | |
download | dotfiles-4fddd5572d8ae4ddb8f56278c2945b10ed3ce3cb.tar.gz dotfiles-4fddd5572d8ae4ddb8f56278c2945b10ed3ce3cb.tar.bz2 dotfiles-4fddd5572d8ae4ddb8f56278c2945b10ed3ce3cb.tar.xz dotfiles-4fddd5572d8ae4ddb8f56278c2945b10ed3ce3cb.zip |
.gitignore: Adding further processing, arduino, qtpass, weather configs and cache folders to ignore list.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -58,6 +58,8 @@ svn/ .aprc .arduino/console .arduino/recent.txt +.arduino/library* +.arduino/package* .armagetronad/ .audacity-data/ .avidemux/ @@ -82,6 +84,7 @@ svn/ .config/Cadence/ .config/EgoSoft/ .config/Fidra/ +.config/IJHack/ .config/ImageMagick/ .config/MusE/ .config/Mumble/ @@ -147,6 +150,7 @@ svn/ .config/octave/ .config/pavucontrol.ini .config/pd-extended/ +.config/psd/.psd.conf .config/pulse/ .config/pure-data/ .config/q4wine @@ -303,6 +307,7 @@ svn/ .pki/ .profile .processing/console +.processing/debug/ .processing/recent.txt .pryrc .pulse @@ -359,6 +364,7 @@ svn/ .viminfo .viminfo.tmp .vmoviedb/ +.weather/ .wine .wireshark/ .wolf3d/ |