Browse Source

.gitignore: Match contents to edk2

This commit updates the contents of the .gitignore file to include
relevant items from the edk2 file for a similar experience across
the two repos.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Michael Kubacki 3 years ago
parent
commit
af61c1a2b2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -1 +1,6 @@
+.DS_Store
+*_extdep/
+*.pyc
 __pycache__/
 __pycache__/
+tags/
+.vscode/