Skip to content

Commit

Permalink
Merge pull request #5967 from jbampton/sort-gitignore
Browse files Browse the repository at this point in the history
Sort and remove blank lines from `.gitignore`
  • Loading branch information
matz committed Apr 4, 2023
2 parents 90e3022 + 076520c commit 8171edc
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*.lock
*.bak
*.bc
*.d
*.i
*.lock
*.o
*.orig
*.pdb
Expand All @@ -13,25 +13,22 @@
*.tmp
*~
.DS_Store
.ccls*
.ccmalloc
.svn
.vscode
.yardoc
.ccls*
compile_flags.txt
compile_commands.json
cscope.files
cscope.out
tags

/.git
/bin
/build
/mruby-source-*.gem

/benchmark/**/*.dat
/benchmark/*.pdf
/benchmark/*.png

/bin
/build
/doc/api
/doc/capi
/mruby-source-*.gem
compile_commands.json
compile_flags.txt
cscope.files
cscope.out
tags

0 comments on commit 8171edc

Please sign in to comment.