Browse Source

updated .gitignore

Daniel-Constantin Mierla 7 years ago
parent
commit
b45daa5b4f
1 changed files with 6 additions and 2 deletions
  1. 6 2
      .gitignore

+ 6 - 2
.gitignore

@@ -1,7 +1,11 @@
 # vi swaps
 .*.swp
 .*.swo
-# Emacs backup files
+# emacs backup files
 *~
-# Emacs file locks
+# emacs file locks
 .#*
+# generated site by mkdocs
+site/
+# macos local files
+.DS_Store