From: "Darryl L. Pierce" <[email protected]> The first entry ignores temporary files from Emacs and similar editors. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ -- 1.7.10.4 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
