浏览代码

Adding .swp to .gitignore

Vinicius Teshima 10 月之前
父节点
当前提交
88c548594b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      c/.gitignore

+ 2 - 1
c/.gitignore

@@ -1,5 +1,6 @@
 .deps
 *.o
+*.swp
 
 # Executables
 0001
@@ -13,4 +14,4 @@
 0009
 0010
 0011
-0012
+0012