mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-27 03:12:57 +00:00
The changelog file is automatically generated from git commit history when building, it should not be tracked in git source tree. Tracked-On: #6688 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
46 lines
811 B
Plaintext
46 lines
811 B
Plaintext
doc/_build
|
|
build
|
|
*.bak
|
|
*.sav
|
|
*.log
|
|
*.warnings
|
|
*.pyc
|
|
/offline-tools/
|
|
.idea
|
|
venv
|
|
*.egg-info
|
|
/misc/config_tools/dist
|
|
/misc/config_tools/schema/sliced.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/changelog
|
|
debian/debhelper-build-stamp
|
|
debian/files
|
|
debian/grub-acrn
|
|
debian/python3-acrn-board-inspector
|
|
debian/tmp
|
|
|
|
# ignore Eclipse project config
|
|
.cproject
|
|
.project
|
|
.pydevproject
|
|
/.settings/
|