diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 17:20:53 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 17:33:31 -0500 |
commit | 67dcfa9a9bb0ed1a397c62d59c4ea0b29249b3a9 (patch) | |
tree | fd3e43ef685541785f813215cf8b4bd7aa43924f /.config | |
parent | a40e1c62cb734c86f242eae61301791611cd3085 (diff) |
clean up .config/.gitignore
Diffstat (limited to '.config')
-rw-r--r-- | .config/.gitignore | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/.config/.gitignore b/.config/.gitignore index 4b6a38f..b5b3b3c 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -1,14 +1,19 @@ /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/ +/vlc +/purple + +# some 3d graphics toolkit +/Kitware +# KDE color picker +/colors +# binary, not helpful to track +/dconf/user # Ignore these files that if I tracked them, would be a separate repo -/libreoffice/ -/transmission/ -/gimp-*/ -/netbeans/ +/libreoffice +/transmission +/gimp-* +/netbeans |