From 3034ff2d343897ed1dfd5ef6b7bd20074cfd6b5b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Jan 2013 16:40:20 -0500 Subject: factor out a few per-directory .gitignore files --- .config/.gitignore | 11 +++++++++++ .config/libretools/.gitignore | 1 + .config/okular/.gitignore | 1 + 3 files changed, 13 insertions(+) create mode 100644 .config/.gitignore create mode 100644 .config/libretools/.gitignore create mode 100644 .config/okular/.gitignore (limited to '.config') 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 diff --git a/.config/libretools/.gitignore b/.config/libretools/.gitignore new file mode 100644 index 0000000..1881962 --- /dev/null +++ b/.config/libretools/.gitignore @@ -0,0 +1 @@ +blacklist.txt diff --git a/.config/okular/.gitignore b/.config/okular/.gitignore new file mode 100644 index 0000000..4e33b14 --- /dev/null +++ b/.config/okular/.gitignore @@ -0,0 +1 @@ +docdata -- cgit v1.2.3-54-g00ecf