diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore index bccfaf218..400c77386 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,12 @@ -# / *.bak +*.bc *.d +*.i *.o -/benchmark/**/*.dat -/benchmark/*.pdf -/benchmark/*.png *.orig *.pdb *.rej +*.s *.sav *.swp *.tmp @@ -15,13 +14,21 @@ .DS_Store .ccmalloc .svn -/.git +.vscode +.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 |
