diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-05 07:22:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-05 07:22:06 +0200 |
commit | e72452138da217226d073fa0475d7a0f7f95b1ee (patch) | |
tree | d7be7b648e0641ddf1c2fe4540bfca0518d69d06 |
Add root .gitignore file, ignore generated 'packages' files
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9ced93 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +packages |