diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-07-19 18:32:19 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-07-19 18:32:19 +0200 |
| commit | 9f5fa4d44f928c69e7eaf73101f6cfdfa327b617 (patch) | |
| tree | ea0a55cf20806e19523661fdea469f35d5516688 | |
| parent | 9773c285e11e05540d56b5246658d113d2e3193d (diff) | |
Emacs: Ignore eshell and tramp files
Signed-off-by: Thomas Schneider <qsx@qsx.re>
| -rw-r--r-- | dot.emacs.d/.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dot.emacs.d/.gitignore b/dot.emacs.d/.gitignore index c563e5f..b263e9f 100644 --- a/dot.emacs.d/.gitignore +++ b/dot.emacs.d/.gitignore @@ -1 +1,3 @@ -/elpa
\ No newline at end of file +/elpa +/eshell +/tramp |
