.gitignore in pupil-0.6.2 vs .gitignore in pupil-0.6.3
- old
+ new
@@ -1,11 +1,9 @@
*.gem
*.rbc
-.bundle
.config
.yardoc
-.DS_Store
*.tmproj
tmtags
Gemfile.lock
InstalledFiles
_yardoc
@@ -15,6 +13,14 @@
pkg
rdoc
spec/reports
spec/keys/pupil_testkey.rb
test/
-tmp
+tmp/
+
+# bundler
+/vendor/bundle
+.bundle
+
+# OS specific
+.DS_Store
+Thumbs.db
\ No newline at end of file