commit | 49fb0ce68af8e1a7406098b28526ff5df8c86dda | [log] [tgz] |
---|---|---|
author | Patrick Johnmeyer <[email protected]> | Thu May 09 07:17:00 2013 -0500 |
committer | Patrick Johnmeyer <[email protected]> | Thu May 09 07:17:00 2013 -0500 |
tree | 134643871256ec9683f1e7044b994bac527294d3 | |
parent | b8cd1d300b65f9d4d15558f2229fec90550f661a [diff] |
Add 'empty' builds directory per the wiki. (The folder is not actually empty as it includes a .gitignore.)
diff --git a/builds/.gitignore b/builds/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/builds/.gitignore
@@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore