[mousetrap] Ignore *.tar.gz
- From: Stoney Jackson <stoneyjackson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetrap] Ignore *.tar.gz
- Date: Tue, 16 Jun 2015 13:40:42 +0000 (UTC)
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]