pkgsrc-WIP-changes archive

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

.gitignore: blacklist .swp files



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Sep 27 07:34:57 2016 +0200
Changeset:	dc8eda9150f0898b9636665f0f0616a5eb69bb08

Modified Files:
	.gitignore

Log Message:
.gitignore: blacklist .swp files

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

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

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

diffs:
diff --git a/.gitignore b/.gitignore
index d609e75..89af5cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
 \#*\#
 *.orig
 *.core
+*.*.swp
 
 # CVS leftovers
 CVS


Home | Main Index | Thread Index | Old Index