From 53af055c6b225ed5188bc3f9d9b552723c902146 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sat, 2 Apr 2011 23:54:35 +0300 Subject: [PATCH] ignore temporary files and object files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 17dea25..95fbcfa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ /lib /tags /TAGS +*~ +*.o +*.swp -- 2.20.1