Skip to content

Commit 1a011b3

Browse files
committed
Add generated files to .gitignore for c extension.
1 parent bbf189c commit 1a011b3

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.gitignore

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
*.gem
22
*.rbc
3-
.bundle
4-
.config
5-
.yardoc
63
Gemfile.lock
7-
InstalledFiles
8-
_yardoc
9-
coverage
10-
doc/
11-
lib/bundler/man
124
pkg
13-
rdoc
14-
spec/reports
15-
test/tmp
16-
test/version_tmp
175
tmp
6+
*.o
7+
*.bundle
8+
Makefile

0 commit comments

Comments
 (0)