[edk2-devel] [Patch v4 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode

Michael D Kinney michael.d.kinney at intel.com
Thu Nov 7 01:13:29 UTC 2019


From: Sean Brogan <sean.brogan at microsoft.com>

Update .gitignore to ignore .pyc files and __pycache__
directories.  Python based plugins can be added to any
package or platform, so these files and directories may
be present outside of BaseTools.

Ignore _extdep directories that are generated by the
pytool external dependency feature.

Ignore .vscode directories generated by the VS Code
editor.

Cc: Andrew Fish <afish at apple.com>
Cc: Laszlo Ersek <lersek at redhat.com>
Cc: Leif Lindholm <leif.lindholm at linaro.org>
Signed-off-by: Kinney <michael.d.kinney at intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm at linaro.org>
Reviewed-by: Philippe Mathieu-Daude <philmd at redhat.com>
---
 .gitignore | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 97f22c348c..1dd30c1410 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
 Build/
-tags/
 .DS_Store
+*_extdep/
+*.pyc
+__pycache__/
+tags/
+.vscode/
-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50128): https://edk2.groups.io/g/devel/message/50128
Mute This Topic: https://groups.io/mt/44874048/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list