diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:50:16 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:50:16 -0500 |
commit | 8231f5d488c277c165ab39be6378c8444d7ce671 (patch) | |
tree | ebcfd7b831bbea379bfd5218bde5a3d9e2fdb97f /.config/.gitignore | |
parent | 89b0ca4fb56d42722ed6aa42f833e6ad40a611aa (diff) |
Update various things
Diffstat (limited to '.config/.gitignore')
-rw-r--r-- | .config/.gitignore | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/.config/.gitignore b/.config/.gitignore index 03b31b2..4b6a38f 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -1,11 +1,14 @@ -# Ignore things I don't care enough about to track -vlc -Trolltech.conf +/RecentDocuments -RecentDocuments +# Ignore things I don't care enough about to track +/Kitware/ # some 3d graphics toolkit +/Trolltech.conf +/colors/ # KDE color picker +/dconf/user # binary, tracking it isn't helpful +/vlc/ # Ignore these files that if I tracked them, would be a separate repo -libreoffice -transmission -gimp-* -netbeans +/libreoffice/ +/transmission/ +/gimp-*/ +/netbeans/ |