瀏覽代碼

Merge pull request #986 from arcresu/rm-rubymotion

Merge RubyMotion into Ruby
Adam Roben 11 年之前
父節點
當前提交
92ffa77978
共有 2 個文件被更改,包括 5 次插入20 次删除
  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/