[Debian-in-commits] [SCM] Git repository for debian-in branch, master, updated. 78af9b0f2c731c93e023b0e92489652dc8d090ab

Vasudev Kamath kamathvasudev at gmail.com
Sun Mar 11 05:12:57 UTC 2012


The following commit has been merged in the master branch:
commit 9d17d4944fc616279ed587798e18076e7ae99e3f
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Mar 11 10:40:53 2012 +0530

    Add build-area and .log file to gitignore. Do it in make-mrconfig also

diff --git a/.gitignore b/.gitignore
index 0e10cc8..47cfead 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,5 @@ pypdflib
 *.changes
 *.build
 *.upload
+build-area/
+*.log
diff --git a/make-mrconfig b/make-mrconfig
index 0246c30..e912e80 100755
--- a/make-mrconfig
+++ b/make-mrconfig
@@ -70,6 +70,8 @@ cat >> .gitignore <<EOF
 *.changes
 *.build
 *.upload
+build-area/
+*.log
 EOF
 
 

-- 
Git repository for debian-in



More information about the Debian-in-commits mailing list