Merge pull request #4227 from shuujii/ignore-compiler-tmp-files

Ignore compiler temporary files (for `-save-temps` flag)
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-01-15 10:57:44 +09:00
committed by GitHub
+3
View File
@@ -1,6 +1,8 @@
# /
*.bak
*.bc
*.d
*.i
*.o
/benchmark/**/*.dat
/benchmark/*.pdf
@@ -8,6 +10,7 @@
*.orig
*.pdb
*.rej
*.s
*.sav
*.swp
*.tmp