summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore24
1 files changed, 7 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index f2c1360..5f9d2c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,27 +8,17 @@
/test/tmp/
/test/version_tmp/
/tmp/
-
-## Specific to RubyMotion:
-.dat*
-.repl_history
-build/
-
-## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/
-
-## Environment normalisation:
/.bundle/
-/lib/bundler/man/
+Gemfile.lock
+.ruby-version
+.ruby-gemset
+.rvmrc
-# for a library or gem, you might want to ignore these files since the code is
-# intended to run in multiple environments; otherwise, check them in:
-# Gemfile.lock
-# .ruby-version
-# .ruby-gemset
+## skip compiled library, but keep the directory structure
+/lib/libyajl2/vendored-libyajl2/
+!/lib/libyajl2/vendored-libyajl2/.gitkeep
-# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
-.rvmrc