From: Chris Sharp Date: Tue, 5 Aug 2014 18:14:56 +0000 (-0400) Subject: These directories are part of our structure. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e874b768cb25791ae46e996c0cf6a714799495ab;p=contrib%2Fpines.git These directories are part of our structure. Thanks to StackOverflow for the solution. --- diff --git a/fy-report-scripts/csv/.gitignore b/fy-report-scripts/csv/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/fy-report-scripts/csv/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/fy-report-scripts/output/.gitignore b/fy-report-scripts/output/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/fy-report-scripts/output/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore