diff options
author | Marsell Kukuljevic <marsell@joyent.com> | 2010-09-13 21:06:59 +0000 |
---|---|---|
committer | Marsell Kukuljevic <marsell@joyent.com> | 2010-09-13 21:06:59 +0000 |
commit | a04a698c93096598d01d0ea774c372e9836c1b8e (patch) | |
tree | 3fa680d6fb23496dce872595ea46ef120c271ab5 /.gitignore | |
parent | 5f5704245a8a5f5481611362a8db22105fb1de56 (diff) | |
download | illumos-joyent-a04a698c93096598d01d0ea774c372e9836c1b8e.tar.gz |
Add a couple directories to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d05d0e4b2c..10f8385fd7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ *.so.1 *.a *.pyc +packages/ +log/ |