mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-30 08:42:57 -07:00
Be more selective about what gets ignored, and permit arbitrary *.el files in case the user is using $EMACSDIR as their $DOOMDIR.
49 lines
526 B
Text
49 lines
526 B
Text
# project dotfiles
|
|
.*
|
|
!.doom*
|
|
!.dir-locals.el
|
|
!.gitignore
|
|
!/.github
|
|
|
|
# generated by doom
|
|
/profiles/*.el
|
|
/.local*/
|
|
|
|
# possible user config files (if $DOOMDIR == $EMACSDIR)
|
|
/*.el
|
|
!/early-init.el
|
|
/user-lisp/
|
|
/themes/
|
|
/snippets/
|
|
|
|
# generated by elisp packages
|
|
\#*
|
|
*~
|
|
*.*~
|
|
*.cache*
|
|
*.log
|
|
*.elc
|
|
*.eln
|
|
*.lib
|
|
*.fas
|
|
*.dat
|
|
*.eld
|
|
*.rel
|
|
*_archive
|
|
*_flymake.*
|
|
flycheck_*.el
|
|
/auto/
|
|
/auto-save-list/
|
|
/cask/
|
|
/ede-projects.el
|
|
/eln-cache/
|
|
/elpa/
|
|
/eshell/
|
|
/network-security.data
|
|
/places
|
|
/semanticdb
|
|
/server/
|
|
/smex-items
|
|
/tramp
|
|
/transient/
|
|
/var/
|