diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-01-15 19:30:15 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-01-15 19:30:15 +0900 |
| commit | adfc2d08c96452a9954c2267f103d4acec17718b (patch) | |
| tree | 1b9749251c67fdb26569c5bc7407e7ddeebc3fb0 /.gitignore | |
| parent | 127d355bf8eed22281aed3b6660f18c14e58f55a (diff) | |
| download | mruby-adfc2d08c96452a9954c2267f103d4acec17718b.tar.gz mruby-adfc2d08c96452a9954c2267f103d4acec17718b.zip | |
[ci skip] Sort `.gitignore`
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index f4efd8928..400c77386 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |
