We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4bbb2 commit 1267345Copy full SHA for 1267345
.gitignore
@@ -1,22 +1,16 @@
1
-## MAC OS
2
-.DS_Store
3
-
4
-## TEXTMATE
5
-*.tmproj
6
-tmtags
7
8
-## EMACS
9
-*~
10
-\#*
11
-.\#*
12
13
-## VIM
14
-*.swp
15
16
-## PROJECT::GENERAL
17
-coverage
18
-rdoc
19
-pkg
+/.bundle/
+/.yardoc
20
/Gemfile.lock
21
22
-## PROJECT::SPECIFIC
+/_yardoc/
+/coverage/
+/doc/
+/pkg/
+/spec/reports/
+/spec/examples.txt
+/tmp/
+*.bundle
+*.so
+*.o
+*.a
+mkmf.log
+tests.lock
0 commit comments