Add gitignore
This commit is contained in:
parent
53435ae6d7
commit
1fba6fb89c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
custom.el
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
* Table of Contents :TOC_3:noexport:
|
* Table of Contents :TOC_3:noexport:
|
||||||
- [[#welcome][Welcome]]
|
- [[#welcome][Welcome]]
|
||||||
|
- [[#git-ignore][Git Ignore]]
|
||||||
- [[#configuration-files][Configuration Files]]
|
- [[#configuration-files][Configuration Files]]
|
||||||
- [[#initel][init.el]]
|
- [[#initel][init.el]]
|
||||||
- [[#input][Input]]
|
- [[#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.
|
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
|
* Configuration Files
|
||||||
|
|
||||||
** init.el
|
** init.el
|
||||||
|
Loading…
x
Reference in New Issue
Block a user