From c1aa4e1e7f16a778ea896ef306815797c888ac02 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 15 Oct 2011 22:45:03 -0400 Subject: [PATCH] ignore .rej files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 758f2432..18e96d07 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ ltmain.sh m4/*.m4 *.o *.orig +*.rej *.lo *.la missing -- 2.34.1