~kl/borland-theme.el

66209992b15ac742115b62e5fb4e0b3b35a49179 — Kevin Lipe 3 months ago 42025ed
Add gitignore
1 files changed, 48 insertions(+), 0 deletions(-)

A .gitignore
A .gitignore => .gitignore +48 -0
@@ 0,0 1,48 @@
# -*- 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/
dist/

# Flycheck
flycheck_*.el

# server auth directory
/server/

# projectiles files
.projectile

# directory configuration
.dir-locals.el

# network security
/network-security.data