mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Ignore compiler temporary files (for -save-temps flag)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# /
|
||||
*.bak
|
||||
*.bc
|
||||
*.d
|
||||
*.i
|
||||
*.o
|
||||
/benchmark/**/*.dat
|
||||
/benchmark/*.pdf
|
||||
@@ -8,6 +10,7 @@
|
||||
*.orig
|
||||
*.pdb
|
||||
*.rej
|
||||
*.s
|
||||
*.sav
|
||||
*.swp
|
||||
*.tmp
|
||||
|
||||
Reference in New Issue
Block a user