From 1fba6fb89c0a166048eedb9ebea84b9b6941ad08 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 28 Feb 2024 16:58:15 -0500 Subject: [PATCH] Add gitignore --- .gitignore | 1 + README.org | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7ea8f90 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +custom.el diff --git a/README.org b/README.org index 42a385b..478f13a 100644 --- a/README.org +++ b/README.org @@ -5,6 +5,7 @@ * Table of Contents :TOC_3:noexport: - [[#welcome][Welcome]] +- [[#git-ignore][Git Ignore]] - [[#configuration-files][Configuration Files]] - [[#initel][init.el]] - [[#input][Input]] @@ -40,6 +41,14 @@ My personal configuration of [[https://github.com/hlissner/doom-emacs][DOOM Emacs]], written as an [[https://orgmode.org][Org Mode]] document. +* Git Ignore + +Things to ignore in git repo. + +#+BEGIN_SRC gitignore :tangle .gitignore +custom.el +#+END_SRC + * Configuration Files ** init.el