Add gitignore

This commit is contained in:
Sravan Balaji 2024-02-28 16:58:15 -05:00
parent 53435ae6d7
commit 1fba6fb89c
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
custom.el

View File

@ -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