diff options
author | Case Duckworth | 2020-09-22 20:42:13 -0500 |
---|---|---|
committer | Case Duckworth | 2020-09-22 20:42:13 -0500 |
commit | 673c6e5ceb95e74a2c5af097a669bb7c465b5096 (patch) | |
tree | ecca08d913573d9b5f40651ad7e449e860faaa30 /.gitignore | |
parent | Add slime and gnus (diff) | |
parent | Add LICENSE and README.org (diff) | |
download | emacs-673c6e5ceb95e74a2c5af097a669bb7c465b5096.tar.gz emacs-673c6e5ceb95e74a2c5af097a669bb7c465b5096.zip |
Merge branch 'master' of git.sr.ht:~acdw/.emacs.d into master
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a2ba0f5..993a79e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,4 +1,6 @@ | |||
1 | * | 1 | * |
2 | !early-init.el | 2 | !early-init.el |
3 | !init.el | 3 | !init.el |
4 | !.gitignore \ No newline at end of file | 4 | !.gitignore |
5 | !README.org | ||
6 | !LICENSE | ||