summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-01-15 10:57:44 +0900
committerGitHub <[email protected]>2019-01-15 10:57:44 +0900
commit4797542b71236134917ccfea02965a5e2c0f6010 (patch)
treecba261735273818f7f7dddaf0e17245c5225822d
parent17333bde3ad0a5fb5421e403399eb880f59d61f5 (diff)
parentbb52efd0fc7e5b9c1980a0d0467a9f821c7e1245 (diff)
downloadmruby-4797542b71236134917ccfea02965a5e2c0f6010.tar.gz
mruby-4797542b71236134917ccfea02965a5e2c0f6010.zip
Merge pull request #4227 from shuujii/ignore-compiler-tmp-files
Ignore compiler temporary files (for `-save-temps` flag)
-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