From 38f9f1dc95f9b8c6283a6ab95b27e74a2d9ac9f2 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 22 Jun 2009 00:30:06 -0700 Subject: [PATCH] Ignore emacs backup and temporary files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index df9a0e3a3..618f51120 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ TAGS *.o *.lo *.la +*~ +#* -- 2.25.1