浏览代码

Add .orig to .gitignore (#17626)

bri 2 年之前
父节点
当前提交
847cca541c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -5,6 +5,10 @@
 .DS_Store
 .DS_Store
 ._*
 ._*
 
 
+# Merge files
+*.orig
+*.rej
+
 # Build artifacts
 # Build artifacts
 .clang_complete
 .clang_complete
 .build/
 .build/