Adding a .gitignore to ignore the dynamically created *.pyc files.

Test: atest --host aftltool_test
Test: atest --host libavb_host_unittest
Change-Id: I9b4b8e01e8deb0a99043e2ba8a61e12abd2121e1
This commit is contained in:
Jan Monsch
2020-01-23 11:59:03 +01:00
parent 632230585f
commit 6e4052b18a

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
**/*.pyc