pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

.gitignore: ignore tar files by default



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Mar 18 22:51:00 2026 +0100
Changeset:	9e6cc4e4ae0e1d6a0ddcbf104958b5274b7bb03e

Modified Files:
	.gitignore

Log Message:
.gitignore: ignore tar files by default

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e6cc4e4ae0e1d6a0ddcbf104958b5274b7bb03e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/.gitignore b/.gitignore
index 8992ab6721..d16c0cba38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,11 @@ CVS
 # macOS files
 .DS_Store
 
+# distfiles, by accident
+*.tar.gz
+*.tar.bz2
+*.tar.xz
+
 # make readme output
 README.html
 index.html


Home | Main Index | Thread Index | Old Index