summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-02 15:07:24 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-02 15:07:24 -0700
commiteb334e23a5c79598400229d0b55282f7191c08df (patch)
tree25a6ab594373ff57b2615b1bb04eebc32cfc4696 /.gitignore
parentfbc14ceb5a5d97697bfdbc2458e901088eefbf8f (diff)
downloadlibyajl2-gem-eb334e23a5c79598400229d0b55282f7191c08df.tar.gz
gitignore updates
Diffstat (limited to '.gitignore')
-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