From 076520cac14c8ce899dcdf24496e950cfb4355b4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 5 Apr 2023 03:40:46 +1000 Subject: [PATCH] Sort and remove blank lines from `.gitignore` --- .gitignore | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 6a0e7e46b..c2918f31a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ -*.lock *.bak *.bc *.d *.i +*.lock *.o *.orig *.pdb @@ -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