git: ignore python bytecode files
After you run a python script, a .pyc file is often left behind, which we don't want to track in git. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
48e16ad260
commit
5957cda7af
3
.gitignore
vendored
3
.gitignore
vendored
@ -16,3 +16,6 @@ GPATH
|
|||||||
GRTAGS
|
GRTAGS
|
||||||
tags
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
|
||||||
|
# ignore python bytecode files
|
||||||
|
*.pyc
|
||||||
|
Loading…
Reference in New Issue
Block a user