Add transient/ to .gitignore (#1286)

Seems it's coming from magit.
This commit is contained in:
Nick Rothwell 2020-10-04 11:08:53 +01:00 committed by GitHub
parent 5a253c1445
commit 041617e8b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -26,3 +26,4 @@ network-security.data
prelude-cheatsheet.el prelude-cheatsheet.el
prelude-cheatsheet.aux prelude-cheatsheet.aux
prelude-cheatsheet.log prelude-cheatsheet.log
transient/

View file

@ -16,6 +16,7 @@
* Removed `beacon-mode`. * Removed `beacon-mode`.
* Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration. * Add the `ag` package. It provides a nice alternative to `grep` and has nice Projectile integration.
* Auto-install `adoc-mode` for AsciiDoc files. * Auto-install `adoc-mode` for AsciiDoc files.
* Added `transient/` to `.gitignore`.
### Bugs fixed ### Bugs fixed