diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-03-27 12:55:41 +0000 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-03-29 14:24:54 +0000 |
commit | a5b688e4e34f979fd299cb98216ff1d7a4046958 (patch) | |
tree | 99b6254dd76c9693a67a348fd6aea270fd296b70 /.gitignore | |
parent | 593f1d384f4307b9160359a3a5e1c98dce5c9edf (diff) |
.gitignore: ignore *.pyc
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ *.o *.a *.so +*.pyc # Folders _obj |