Add *.pyc to .gitignore

Ignore generated *.pyc files, particularly in the benchtests
directory.
This commit is contained in:
Siddhesh Poyarekar 2015-05-18 15:26:26 +05:30
parent 330fadfc62
commit eefe64b9a1
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@ core
/linuxthreads
/linuxthreads_db
/rtkaio
*.pyc

View File

@ -1,3 +1,7 @@
2015-05-18 Siddhesh Poyarekar <siddhesh@redhat.com>
* .gitignore: Ignore generated *.pyc.
2015-05-18 Arjun Shankar <arjun.is@lostca.se>
* include/stdio.h: Define __need_wint_t.