Bläddra i källkod

Merge pull request #986 from arcresu/rm-rubymotion

Merge RubyMotion into Ruby
Adam Roben 11 år sedan
förälder
incheckning
92ffa77978
2 ändrade filer med 5 tillägg och 20 borttagningar
  1. 5 0
      Ruby.gitignore
  2. 0 20
      RubyMotion.gitignore

+ 5 - 0
Ruby.gitignore

@@ -9,6 +9,11 @@
 /test/version_tmp/
 /tmp/
 
+## Specific to RubyMotion:
+.dat*
+.repl_history
+build/
+
 ## Documentation cache and generated files:
 /.yardoc/
 /_yardoc/

+ 0 - 20
RubyMotion.gitignore

@@ -1,20 +0,0 @@
-.dat*
-.repl_history
-build/
-tags
-
-# Editor files
-.DS_Store
-nbproject
-.redcar
-*.swp
-*.swo
-~
-.eprj
-vendor/Pods
-*.nib
-
-# YARD artifacts
-.yardoc
-_yardoc
-doc/