aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Ruby.gitignore5
-rw-r--r--RubyMotion.gitignore20
2 files changed, 5 insertions, 20 deletions
diff --git a/Ruby.gitignore b/Ruby.gitignore
index 99e72c12..f2c13607 100644
--- a/Ruby.gitignore
+++ b/Ruby.gitignore
@@ -9,6 +9,11 @@
/test/version_tmp/
/tmp/
+## Specific to RubyMotion:
+.dat*
+.repl_history
+build/
+
## Documentation cache and generated files:
/.yardoc/
/_yardoc/
diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore
deleted file mode 100644
index 7e395179..00000000
--- a/RubyMotion.gitignore
+++ /dev/null
@@ -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/