mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-18 19:57:31 +00:00
ignore debuild intermediate files
ignore debuild intermediate files in .gitignore to avoid these files pollute acrn-hypervisor repo when using debuild to build acrn. Tracked-On: #8262 Signed-off-by: szhen11 <shuang.zheng@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
ce6500893f
commit
48c01048ba
24
.gitignore
vendored
24
.gitignore
vendored
@ -13,6 +13,30 @@ venv
|
|||||||
/misc/config_tools/schema/sliced.xsd
|
/misc/config_tools/schema/sliced.xsd
|
||||||
/misc/config_tools/schema/allchecks.xsd
|
/misc/config_tools/schema/allchecks.xsd
|
||||||
|
|
||||||
|
# ignore debuild intermediate files
|
||||||
|
.pybuild
|
||||||
|
debian/*.debhelper
|
||||||
|
debian/*.substvars
|
||||||
|
debian/acrn-dev
|
||||||
|
debian/acrn-devicemodel
|
||||||
|
debian/acrn-doc
|
||||||
|
debian/acrn-hypervisor.config
|
||||||
|
debian/acrn-hypervisor.install
|
||||||
|
debian/acrn-hypervisor.postinst
|
||||||
|
debian/acrn-hypervisor.postrm
|
||||||
|
debian/acrn-hypervisor.prerm
|
||||||
|
debian/acrn-hypervisor.templates
|
||||||
|
debian/acrn-hypervisor
|
||||||
|
debian/acrn-lifemngr
|
||||||
|
debian/acrn-system
|
||||||
|
debian/acrn-tools
|
||||||
|
debian/acrnd
|
||||||
|
debian/debhelper-build-stamp
|
||||||
|
debian/files
|
||||||
|
debian/grub-acrn
|
||||||
|
debian/python3-acrn-board-inspector
|
||||||
|
debian/tmp
|
||||||
|
|
||||||
# ignore Eclipse project config
|
# ignore Eclipse project config
|
||||||
.cproject
|
.cproject
|
||||||
.project
|
.project
|
||||||
|
Loading…
Reference in New Issue
Block a user