From aaf621dda1a43fd8355d933b88295d0afdfd7b36 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 12 Jun 2024 18:31:25 +0200 Subject: [PATCH] chore: add gitignore --- .gitignore | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e141a3c..1476270 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ -init.el~ -early-init.el~ -stateful \ No newline at end of file +# Custom setup per machine +custom-setup.el + +# State. Thanks to no-littering +# all should be here +stateful/ + +# Compiled +*.elc +*.eln + + +# TODO: this should not be here, but in stateful. +# Why does emacs create this for package-install? +elpa/ \ No newline at end of file -- 2.48.1