3e911ddd07
The pattern `private/*` only ignores items one level deep in the private directory. More deeply nested files (e.g. `private/snippets/mysnip`) will *not* be ignored. Changing this to just `private/` ignores the entire directory structure (minus the files explicitly included).
49 lines
569 B
Text
49 lines
569 B
Text
auto-save-list/
|
|
elpa/
|
|
export/
|
|
ac-comphist.dat
|
|
eproject.lst
|
|
.smex-items
|
|
\#*
|
|
.places
|
|
.cache
|
|
eshell/history
|
|
.emacs.desktop
|
|
.emacs.desktop.lock
|
|
eshell/alias
|
|
eshell/lastdir
|
|
/url/cookies
|
|
my-org/
|
|
org-files/
|
|
semanticdb/
|
|
edts/
|
|
.recentf
|
|
.recentf~
|
|
projectile.cache
|
|
projectile-bookmarks.eld
|
|
tramp
|
|
elnode/
|
|
var/
|
|
crown/
|
|
*.stackdump
|
|
bookmarks
|
|
/.my-keybindings.el.swp
|
|
.DS_Store
|
|
tmp/
|
|
/history
|
|
.python-environments/
|
|
server/
|
|
*~
|
|
*.elc
|
|
*.pyc
|
|
/*.zip
|
|
*.db
|
|
python-*-docs-html
|
|
/.cask/
|
|
|
|
# Private directory
|
|
private/
|
|
!private/README.md
|
|
!private/snippets/README.md
|
|
!private/local/README.md
|
|
/games/
|