Skip to content

Commit 530eda1

Browse files
committed
Merge pull request #1 from ipwnstuff/master
Add a few files and directories to RubyMotion.gitignore
2 parents b341772 + 0314124 commit 530eda1

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

RubyMotion.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
.dat*
12
.repl_history
2-
build
3+
build/
34
tags
45

5-
# common annoyance editors
6+
# Editor files
67
.DS_Store
78
nbproject
89
.redcar
910
*.swp
1011
*.swo
1112
~
1213
.eprj
14+
vendor/Pods
15+
*.nib
1316

17+
# YARD artifacts
18+
.yardoc
19+
_yardoc
20+
doc/

0 commit comments

Comments
 (0)