diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-08-22 08:16:51 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-08-22 08:16:51 +0900 |
| commit | 3ad58f4dae057e5456e8446da3a52a53b592151a (patch) | |
| tree | f6fbcbb39622f77305212b7a0bff68ee4a39d479 | |
| parent | ef46fb4840e6323cc22d426e7e60d524128583b4 (diff) | |
| download | mruby-3ad58f4dae057e5456e8446da3a52a53b592151a.tar.gz mruby-3ad58f4dae057e5456e8446da3a52a53b592151a.zip | |
Add lock files to `.gitignore`; #4180
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a1dbc6a3c..0c9fc3fef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.lock *.bak *.bc *.d |
