diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:40:20 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-27 16:40:20 -0500 |
commit | 3034ff2d343897ed1dfd5ef6b7bd20074cfd6b5b (patch) | |
tree | 5e82993df946830761caafb889750959e7f52621 /.config/.gitignore | |
parent | a02c5c1758a18afdebe66f62665db44bb349474d (diff) |
factor out a few per-directory .gitignore files
Diffstat (limited to '.config/.gitignore')
-rw-r--r-- | .config/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/.gitignore b/.config/.gitignore new file mode 100644 index 0000000..03b31b2 --- /dev/null +++ b/.config/.gitignore @@ -0,0 +1,11 @@ +# Ignore things I don't care enough about to track +vlc +Trolltech.conf + +RecentDocuments + +# Ignore these files that if I tracked them, would be a separate repo +libreoffice +transmission +gimp-* +netbeans |