Skip to content

Commit ffa69e9

Browse files
committed
modified .gitignore to include generated files
1 parent b71e456 commit ffa69e9

1 file changed

Lines changed: 2 additions & 25 deletions

File tree

.gitignore

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
*.bak
44
*.dSYM
55
*.dylib
6-
*.inc
76
*.log
87
*.o
98
*.orig
@@ -16,12 +15,11 @@
1615
.*.time
1716
.DS_Store
1817
.ccmalloc
19-
.ext
18+
.ext/arm-linux-androideabi
2019
.pc
2120
.ppack
2221
.svn
2322
Makefile
24-
extconf.h
2523
y.output
2624
y.tab.c
2725

@@ -51,38 +49,27 @@ y.tab.c
5149
/configure
5250
/doc/capi
5351
/enc.mk
54-
/enc/trans/*.c
55-
/encdb.h
5652
/exts.mk
5753
/goruby
58-
/id.h
5954
/largefile.h
60-
/lex.c
6155
/libruby*.*
6256
/miniprelude.c
6357
/miniruby
6458
/newdate.rb
65-
/newline.c
6659
/newver.rb
67-
/parse.c
68-
/parse.h
6960
/patches
7061
/patches-master
7162
/pitest.rb
7263
/ppack
73-
/prelude.c
7464
/preview
75-
/rbconfig.rb
7665
/rename2.h
7766
/repack
78-
/revision.h
7967
/riscos
8068
/rubicon
8169
/ruby
8270
/ruby-man.rd.gz
8371
/test.rb
8472
/tmp
85-
/transdb.h
8673
/uncommon.mk
8774
/web
8875
/yasmdata.rb
@@ -91,7 +78,7 @@ y.tab.c
9178
/benchmark/bmx_*.rb
9279

9380
# /enc/trans/
94-
/enc/trans/*.c
81+
#/enc/trans/*.c
9582

9683
# /ext/
9784
/ext/extinit.c
@@ -101,25 +88,15 @@ y.tab.c
10188

10289
# /ext/dl/callback/
10390
/ext/dl/callback/*.func
104-
/ext/dl/callback/callback-*.c
105-
/ext/dl/callback/callback.c
10691

10792
# /ext/iconv/
10893
/ext/iconv/config.charset
10994
/ext/iconv/iconv.rb
11095

11196
# /ext/ripper/
112-
/ext/ripper/eventids1.c
113-
/ext/ripper/eventids2table.c
114-
/ext/ripper/ripper.*
11597
/ext/ripper/ids1
11698
/ext/ripper/ids2
11799

118-
# /ext/socket/
119-
/ext/socket/constants.h
120-
/ext/socket/constdefs.h
121-
/ext/socket/constdefs.c
122-
123100
# /ext/tk/
124101
/ext/tk/config_list
125102

0 commit comments

Comments
 (0)