diff options
-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 |