From acff70b22deaa2c832b58d738f9fe03d16d6af6f Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Date: Wed, 12 Aug 2015 12:53:33 +0530 Subject: [PATCH] Update gitignore to avoid tracking unwanted files .gitignore updated to avoid tracking files generated after build. Following list of files are added: *.o *.a *.so *.swp *.patch tags Signed-off-by: Ajay Bhargav --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1646c71..35ef642 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ .svn -test \ No newline at end of file +test +*.o +*.a +*.so +*.swp +*.patch +tags