summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-01-14 21:45:57 +0900
committerKOBAYASHI Shuji <[email protected]>2019-01-14 21:45:57 +0900
commitbb52efd0fc7e5b9c1980a0d0467a9f821c7e1245 (patch)
treecba261735273818f7f7dddaf0e17245c5225822d /.gitignore
parent17333bde3ad0a5fb5421e403399eb880f59d61f5 (diff)
downloadmruby-bb52efd0fc7e5b9c1980a0d0467a9f821c7e1245.tar.gz
mruby-bb52efd0fc7e5b9c1980a0d0467a9f821c7e1245.zip
Ignore compiler temporary files (for `-save-temps` flag)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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