diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-10 17:31:59 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-10 17:31:59 -0400 |
commit | 405c78d52cf188e65914cbe6a76780b20e40ca70 (patch) | |
tree | 273f53289de70811f0b2c5aba9ae110c7ef3d447 | |
parent | c17c631a9f835eca8dd09a5aaf6039a3cfd9354b (diff) |
.gitignore
-rw-r--r-- | .config/.gitignore | 20 | ||||
-rw-r--r-- | .local/.gitignore | 1 |
2 files changed, 12 insertions, 9 deletions
diff --git a/.config/.gitignore b/.config/.gitignore index b5b3b3c..829cfee 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -2,18 +2,20 @@ # Ignore things I don't care enough about to track /Trolltech.conf -/vlc -/purple +/ImageMagick/ +/menus/ +/purple/ +/vlc/ -# some 3d graphics toolkit -/Kitware # KDE color picker -/colors +/colors/ # binary, not helpful to track /dconf/user +/icedtea-web/security/*certs # Ignore these files that if I tracked them, would be a separate repo -/libreoffice -/transmission -/gimp-* -/netbeans +/deluge/ +/gimp-*/ +/libreoffice/ +/netbeans/ +/transmission/ diff --git a/.local/.gitignore b/.local/.gitignore new file mode 100644 index 0000000..8d0c87d --- /dev/null +++ b/.local/.gitignore @@ -0,0 +1 @@ +/share/ |