mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #900 from nurse/ignore-d-o-lib
Ignore *.d, *.o, and /lib
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# /
|
||||
*.bak
|
||||
*.d
|
||||
*.o
|
||||
*.orig
|
||||
*.rej
|
||||
*.sav
|
||||
@@ -14,3 +16,4 @@ cscope.out
|
||||
/src/y.tab.c
|
||||
/bin
|
||||
/build
|
||||
/lib
|
||||
|
||||
Reference in New Issue
Block a user