aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2017-08-07 09:45:49 -0600
committerjason2017-08-07 09:45:49 -0600
commit306dcdd3c2bee03365c48d417136c9c328314c66 (patch)
tree65071a6568f24e6fdada25bf31b11fcb8a5ce479
parentd5da257ad698d5bf86fbb6adf04a85d863debe08 (diff)
downloaddotemacs-306dcdd3c2bee03365c48d417136c9c328314c66.tar.gz
dotemacs-306dcdd3c2bee03365c48d417136c9c328314c66.zip
add `tramp` to .gitignore. tramp manages connection info in this file
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 64e0447..51b890b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,8 @@ projectile-bookmarks.eld
13 13
14# Emacs, other packages, etc, modify the init.el so let that be managed locally 14# Emacs, other packages, etc, modify the init.el so let that be managed locally
15init.el 15init.el
16# Tramp keeps connection info in this file. It can be managed per host
17tramp
16 18
17# This is generated from config.org 19# This is generated from config.org
18config.el \ No newline at end of file 20config.el \ No newline at end of file