diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-01-14 21:45:57 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-01-14 21:45:57 +0900 |
| commit | bb52efd0fc7e5b9c1980a0d0467a9f821c7e1245 (patch) | |
| tree | cba261735273818f7f7dddaf0e17245c5225822d /.gitignore | |
| parent | 17333bde3ad0a5fb5421e403399eb880f59d61f5 (diff) | |
| download | mruby-bb52efd0fc7e5b9c1980a0d0467a9f821c7e1245.tar.gz mruby-bb52efd0fc7e5b9c1980a0d0467a9f821c7e1245.zip | |
Ignore compiler temporary files (for `-save-temps` flag)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9c34b5f29..f4efd8928 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # / *.bak +*.bc *.d +*.i *.o /benchmark/**/*.dat /benchmark/*.pdf @@ -8,6 +10,7 @@ *.orig *.pdb *.rej +*.s *.sav *.swp *.tmp |
