소스 검색

added gitignore for tmp files of vim and emacs

Daniel-Constantin Mierla 8 년 전
부모
커밋
30ce5cbb23
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -0,0 +1,7 @@
+# vi swaps
+.*.swp
+.*.swo
+# Emacs backup files
+*~
+# Emacs file locks
+.#*