ソースを参照

Add vim and emacs to gitignore

Adel Qalieh 12 年 前
コミット
bab5f8bfa3
1 ファイル変更21 行追加0 行削除
  1. 21 0
      .gitignore

+ 21 - 0
.gitignore

@@ -18,6 +18,27 @@ $RECYCLE.BIN/
 # SublimeText project files
 *.sublime-workspace
 
+### Emacs ###
+*~
+\#*\#
+/.emacs.desktop
+/.emacs.desktop.lock
+.elc
+auto-save-list
+tramp
+.\#*
+
+# Org-mode
+.org-id-locations
+*_archive
+
+### vim ###
+.*.s[a-w][a-z]
+*.un~
+Session.vim
+.netrwhist
+*~
+
 ### Meteor ###
 .meteor/local
 .meteor/meteorite