浏览代码

.gitignore: add backup files

Add *.orig and *~ backup files to gitignore.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
H Hartley Sweeten 16 年之前
父节点
当前提交
b09d8a72d2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -9,3 +9,5 @@
 /.config
 /.config
 *.depend
 *.depend
 *.o
 *.o
+*.orig
+*~