[mousetrap] Ignore *.tar.gz



commit 4716e7fddde1d0c5cbb7726255fc29ca07fe0097
Author: Stoney Jackson <dr stoney gmail com>
Date:   Tue Jun 16 09:24:11 2015 -0400

    Ignore *.tar.gz
    
    `make dist` and `make distcheck` package MouseTrap for distribution
    into a .tar.gz file. This file is placed in the root of the
    MouseTrap project folder. We do not want this inadvertantly
    committed into our repository. This commit adds a line to .gitignore
    to ignore such files.

 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cda254a..d728323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,3 +101,7 @@ Makefile.in
 /config.status
 
 /py-compile
+
+##############################################################################
+# Distribution files
+*.tar.gz


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]