emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/iedit ab4a3857e7 085/301: Adds a .gitignore file to avoid


From: ELPA Syncer
Subject: [nongnu] elpa/iedit ab4a3857e7 085/301: Adds a .gitignore file to avoid dirty submodules.
Date: Mon, 10 Jan 2022 22:58:52 -0500 (EST)

branch: elpa/iedit
commit ab4a3857e7b7e616fd756715b7dde41b2be13c90
Author: Yesudeep Mangalapilly <yesudeep@google.com>
Commit: Yesudeep Mangalapilly <yesudeep@google.com>

    Adds a .gitignore file to avoid dirty submodules.
    
    * When iedit is included as a submodule and the
      entire .emacs.d/ directory is byte-recompiled,
      it causes the iedit submodule to appear dirty
      when the only change that has occurred is the
      generation of an .elc file.  This set of ignore
      rules should prevent dirty submodules from
      occurring unnecessarily.
    
    Signed-off-by: Yesudeep Mangalapilly <yesudeep@google.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..7c5214cc21
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.elc
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]