forked from lix-project/lix
gitignore: ignore *.pyc files
Running our installcheck test suite creates these files.
Change-Id: I97ac8f1aa165a491c55dff6b48486db17b75443b
This commit is contained in:
parent
068f4b147d
commit
4308ec1ae4
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -36,3 +36,6 @@ buildtime.bin
|
||||||
|
|
||||||
# Rust build files when using Cargo (not actually supported for building but it spews the files anyway)
|
# Rust build files when using Cargo (not actually supported for building but it spews the files anyway)
|
||||||
/target/
|
/target/
|
||||||
|
|
||||||
|
# Python compiled files from the test suite
|
||||||
|
*.pyc
|
||||||
|
|
Loading…
Reference in a new issue