summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorlamont-granquist <lamont@scriptkiddie.org>2014-04-08 13:48:02 -0700
committerlamont-granquist <lamont@scriptkiddie.org>2014-04-08 13:48:02 -0700
commit87feb87c492d56e9b709dd537e54060fa78a292e (patch)
treef14ca1177496dd8d514a6fc54954344cb63e035f /.gitignore
downloadlibyajl2-gem-87feb87c492d56e9b709dd537e54060fa78a292e.tar.gz
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f2c1360
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+*.gem
+*.rbc
+/.config
+/coverage/
+/InstalledFiles
+/pkg/
+/spec/reports/
+/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/
+
+# 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
+
+# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
+.rvmrc