diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-09-19 17:17:03 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-09-19 17:17:11 +0200 |
commit | 935d42f91a55a409ca02857ef1ef660c921ff1db (patch) | |
tree | 68eec6e213b7df626194e252f817ed1fb30817df | |
parent | f7e23b3357c73cc9eb50c59f444181fcfaa2267d (diff) |
Ignore composer vendor directory
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 11fb6d67c..a035c2b27 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ application/logs/* user_guide_src/build/* user_guide_src/cilexer/build/* user_guide_src/cilexer/dist/* -user_guide_src/cilexer/pycilexer.egg-info/*
\ No newline at end of file +user_guide_src/cilexer/pycilexer.egg-info/* +/vendor/
\ No newline at end of file |