diff options
author | Guangxiong Lin <[email protected]> | 2022-04-20 08:41:01 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-20 08:41:01 +0800 |
commit | 4585b7d0da99d1a951b6be997219eaa3446b65b3 (patch) | |
tree | 2c9a3ee161bbb3b1b35f3bc22e934969d997ee38 | |
parent | 0b601cd722200e7ebd989ac99ad3efe2245110c0 (diff) | |
download | dotfiles-4585b7d0da99d1a951b6be997219eaa3446b65b3.tar.gz dotfiles-4585b7d0da99d1a951b6be997219eaa3446b65b3.tar.bz2 dotfiles-4585b7d0da99d1a951b6be997219eaa3446b65b3.zip |
Ignore native-comp cache (emacs)
-rw-r--r-- | .emacs.d/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore index 69333b2..99bea24 100644 --- a/.emacs.d/.gitignore +++ b/.emacs.d/.gitignore @@ -16,4 +16,5 @@ pyim lisp/init-local.el undo history -projects
\ No newline at end of file +projects +eln-cache |