diff options
author | serge <net1957@free.fr> | 2010-11-13 20:43:08 +0100 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-11-14 02:01:22 -0600 |
commit | 279c51585c218d3fb89692acaebe356d28dbf3bf (patch) | |
tree | 6de704f0ace4c20b84bc07e80b2fbb3446f830e2 /.gitignore | |
parent | 4139386351098883ec4634b1f7f7995149e91e0b (diff) | |
download | bundler-279c51585c218d3fb89692acaebe356d28dbf3bf.tar.gz |
Add mingw_18 and mingw19 as platform for mingw with 1.8 or 1.9 RUBY version.
Closes #845
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fd71451b7d..13233a4869 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ lib/bundler/man # output from ci_reporter spec/reports + +# Netbeans +nbproject |