From 6f81a9cb1ed8aeec809a0fc2522eb104e51b8c51 Mon Sep 17 00:00:00 2001 From: Lane Brooks Date: Tue, 6 Jan 2009 09:25:47 -0500 Subject: [PATCH] Added *~ to .gitignore to exclude emacs backup files. --- .gitignore | 1 + src/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 709d8cbff..e8d2525d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ *.old *.gz *.gz.uu diff --git a/src/.gitignore b/src/.gitignore index 3e29602ca..69a397007 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1,4 @@ +*~ *.old config_build.h Makefile