john melesky
8 жил өмнө
1 өөрчлөгдсөн 60 нэмэгдсэн ,
0 устгасан
-
60
0
.gitignore
|
@@ -0,0 +1,60 @@
|
|
|
+# ---> Emacs
|
|
|
+# -*- mode: gitignore; -*-
|
|
|
+*~
|
|
|
+\#*\#
|
|
|
+/.emacs.desktop
|
|
|
+/.emacs.desktop.lock
|
|
|
+*.elc
|
|
|
+auto-save-list
|
|
|
+tramp
|
|
|
+.\#*
|
|
|
+
|
|
|
+# Org-mode
|
|
|
+.org-id-locations
|
|
|
+*_archive
|
|
|
+
|
|
|
+# flymake-mode
|
|
|
+*_flymake.*
|
|
|
+
|
|
|
+# eshell files
|
|
|
+/eshell/history
|
|
|
+/eshell/lastdir
|
|
|
+
|
|
|
+# elpa packages
|
|
|
+/elpa/
|
|
|
+
|
|
|
+# reftex files
|
|
|
+*.rel
|
|
|
+
|
|
|
+# AUCTeX auto folder
|
|
|
+/auto/
|
|
|
+
|
|
|
+# cask packages
|
|
|
+.cask/
|
|
|
+
|
|
|
+# ---> OSX
|
|
|
+.DS_Store
|
|
|
+.AppleDouble
|
|
|
+.LSOverride
|
|
|
+
|
|
|
+# Icon must end with two \r
|
|
|
+Icon
|
|
|
+
|
|
|
+# Thumbnails
|
|
|
+._*
|
|
|
+
|
|
|
+# Files that might appear in the root of a volume
|
|
|
+.DocumentRevisions-V100
|
|
|
+.fseventsd
|
|
|
+.Spotlight-V100
|
|
|
+.TemporaryItems
|
|
|
+.Trashes
|
|
|
+.VolumeIcon.icns
|
|
|
+
|
|
|
+# Directories potentially created on remote AFP share
|
|
|
+.AppleDB
|
|
|
+.AppleDesktop
|
|
|
+Network Trash Folder
|
|
|
+Temporary Items
|
|
|
+.apdisk
|
|
|
+
|