Skip to content
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
Cargo.lock
doc/GPA Arch Diagram.vsdx
doc/GuestProxyAgent.png
e2etest/GuestProxyAgentTest/Resources/GuestProxyAgentLoadedModulesBaseline.txt
e2etest/GuestProxyAgentTest/Resources/GuestProxyAgentLoadedModulesBaseline.txt
rpmbuild/SOURCES/0001-Update-Cargo-files-for-Linux-only.patch
rpmbuild/SOURCES/0002-Fix-doc-test.patch
rpmbuild/SOURCES/0003-Add-feature-for-linux-service-test.patch

Check warning on line 8 in .github/actions/spelling/excludes.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Missing newline at eof. (no-newline-at-eof)
6 changes: 6 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aab

Check warning on line 1 in .github/actions/spelling/expect.txt

View workflow job for this annotation

GitHub Actions / Check Spelling

Skipping `.github/actions/spelling/expect.txt` because it seems to have more noise (372) than unique words (0) (total: 373 / 0). (noisy-file)
AAFFBB
aarch
abe
Expand All @@ -8,11 +8,15 @@
ATL
ATLMFC
autobuild
autochangelog
autorelease
autosetup
autocrlf
aya
AZUREPUBLICCLOUD
azuretools
backcompat
bcond
bierner
binpath
binskim
Expand All @@ -24,6 +28,7 @@
bufptr
Bufs
BUILDIN
buildrequires
buildroot
buildshell
byos
Expand Down Expand Up @@ -131,6 +136,7 @@
IEnumerable
ieq
iex
ifarch
ifaddrs
ifindex
IList
Expand Down Expand Up @@ -364,3 +370,3 @@
xxxx
xxxxxxxx
xxxxxxxxxxx
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
/rpm-build/RPMS/
/rpm-build/SRPMS/
/debbuild/
/rpmbuild/BUILD/
/rpmbuild/RPMS/
/rpmbuild/SRPMS/

.idea/

Expand Down
Loading
Loading