commit 3b72a043dd0f509148de8edb53f03e6901f39c80 parent b70caaf4653c25982db84624c6d0b09a02981fe8 Author: Davide P. Cervone <dpvc@union.edu> Date: Tue, 27 Dec 2011 15:14:52 -0500 Add local config files to .gitignore Diffstat:
| M | .gitignore | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,2 +1,6 @@ .DS_Store docs/build/html-mathjax-site +config/local/*.js +!config/local/local.js +unpacked/config/local/*.js +!unpacked/config/local/local.js