Browse Source

Add transient/ to .gitignore (#1286)

Seems it's coming from magit.
custom
Nick Rothwell 5 years ago
committed by GitHub
parent
commit
041617e8b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore
  2. 1
      CHANGELOG.md

1
.gitignore

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

1
CHANGELOG.md

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

Loading…
Cancel
Save