gitignore: ignore *.pyc files
Running our installcheck test suite creates these files. Change-Id: I97ac8f1aa165a491c55dff6b48486db17b75443b
This commit is contained in:
@@ -36,3 +36,6 @@ buildtime.bin
|
||||
|
||||
# Rust build files when using Cargo (not actually supported for building but it spews the files anyway)
|
||||
/target/
|
||||
|
||||
# Python compiled files from the test suite
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user