Browse Source

added .gitignore file

Daniel-Constantin Mierla 7 years ago
parent
commit
f3248b83b7
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

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