[mew-int 2838] Patch to .gitignore to ignore generated files

Michael Ernst mernst at example.com
Sat Feb 13 15:46:25 JST 2010


The attached patch to .gitignore causes two more generated files in Mew to
be ignored by git.

		    -Michael Ernst


diff --git a/.gitignore b/.gitignore
index a7155aa..19628d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
 *.hi
 config.h
 config.status
+mew-pinentry
 temp.el
 /Makefile
 /bin/Makefile
@@ -16,3 +17,4 @@ temp.el
 /bin/hs/smew
 /bin/hs/cmew
 /bin/hs/dist
+/info/dir


More information about the Mew-int mailing list