mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 10:22:15 +00:00
Add REPO/gitignore.
This commit is contained in:
@@ -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="""
|
||||
|
||||
Reference in New Issue
Block a user