mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Add *.pyc to .gitignore
Ignore generated *.pyc files, particularly in the benchtests directory.
This commit is contained in:
parent
330fadfc62
commit
eefe64b9a1
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -43,3 +43,4 @@ core
|
|||
/linuxthreads
|
||||
/linuxthreads_db
|
||||
/rtkaio
|
||||
*.pyc
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue