mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4228 from shuujii/sort-gitignore
[ci skip] Sort `.gitignore`
This commit is contained in:
+11
-8
@@ -1,12 +1,8 @@
|
||||
# /
|
||||
*.bak
|
||||
*.bc
|
||||
*.d
|
||||
*.i
|
||||
*.o
|
||||
/benchmark/**/*.dat
|
||||
/benchmark/*.pdf
|
||||
/benchmark/*.png
|
||||
*.orig
|
||||
*.pdb
|
||||
*.rej
|
||||
@@ -19,13 +15,20 @@
|
||||
.ccmalloc
|
||||
.svn
|
||||
.vscode
|
||||
/.git
|
||||
.yardoc
|
||||
cscope.files
|
||||
cscope.out
|
||||
tags
|
||||
/src/y.tab.c
|
||||
|
||||
/.git
|
||||
/bin
|
||||
/build
|
||||
/mruby-source-*.gem
|
||||
doc/api
|
||||
.yardoc
|
||||
|
||||
/benchmark/**/*.dat
|
||||
/benchmark/*.pdf
|
||||
/benchmark/*.png
|
||||
|
||||
/doc/api
|
||||
|
||||
/src/y.tab.c
|
||||
|
||||
Reference in New Issue
Block a user