-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
28 lines (22 loc) · 866 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
## File: $HOME/.emacs.d/.gitignore
## Git Ignore file for Modular Emacs
##
## Ref: https://github.com/harmonicalchemy/modular-emacs.git
##
## The following will be globally ignored by git for this
## repository...
### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#################
# Modular Emacs #
#################
## Exclude init.el (your custom copy of: me.init.el will not be tracked)
init.el
## Exclude custom.el (Emacs Customize features are ignored)
custom.el
## exclude everything within my-custom-modules folder...
## This is for you to add your own modules and git won't complain
## about new untracked files. (comment this line if you want to make
## your own branch and track your custom modules as well...
lisp/my-modules/*
!lisp/my-modules/.gitkeep