From 78f953c2fb8279b7896cbd62b78609dadea1fafb Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Sun, 6 May 2018 19:26:12 +0000 Subject: [PATCH] Add REPO/gitignore. --- tools/onl-nos-create.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/onl-nos-create.py b/tools/onl-nos-create.py index bcfbb6f1..2be05bda 100755 --- a/tools/onl-nos-create.py +++ b/tools/onl-nos-create.py @@ -435,6 +435,14 @@ class packages_base_arch_Makefile(ArchFile, OnlPkgMakefile): class REPO_Makefile(CommonFile, OnlSubdirsMakefile): pass +class REPO_gitignore(CommonFile): + template=""" +extracts +*.deb +Packages +Packages.gz +""" + class tools_vi(CommonFile): path='tools/%(prefix)svi.py' template="""