diff options
| author | Krzysztof Blazewicz <blazewicz.krzysztof@gmail.com> | 2016-08-27 10:15:00 +0200 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-08-29 15:40:00 +1000 |
| commit | d1a366fdd4a0f60e0487bd45a8b456804c75ea5d (patch) | |
| tree | 5140a6ff1967b678d5fef1a2be74bb6cf7c7f52b | |
| parent | c777b6950eed1b48bb88fb8b343eeed85b13560f (diff) | |
.gitignore: Add *.pyc, because Python 2 doesn't use __pycache__.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 450bbd863..a6295928d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ tests/*.out # Python cache files ###################### __pycache__/ +*.pyc # Customized Makefile/project overrides ###################### |
