Commit Graph

4 Commits

Author SHA1 Message Date
584ddb52a9 Ignore everything except some explicitly listed files
Different packages may place files into the emacs-directory. I think it is safe
to assume that this repo won't have a frequent need for other files, so let's
just ignore everything but the files that we know is going to be around forever.
2026-03-05 09:38:00 +01:00
24c8052f0e Add .gitignore 2022-09-18 22:38:51 +02:00
06bac4f708 .gitignore ignores files, not further changes.
We can use the following command to stop tracking init.el:

  $ git update-index --assume-unchanged init.el
2015-04-08 00:32:20 +02:00
0382f019b1 Added .gitignore to stop tracking init.el 2015-04-08 00:06:10 +02:00