mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
Add *.pyc to .gitignore
Ignore generated *.pyc files, particularly in the benchtests directory.
This commit is contained in:
parent
330fadfc62
commit
eefe64b9a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ core
|
|||||||
/linuxthreads
|
/linuxthreads
|
||||||
/linuxthreads_db
|
/linuxthreads_db
|
||||||
/rtkaio
|
/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>
|
2015-05-18 Arjun Shankar <arjun.is@lostca.se>
|
||||||
|
|
||||||
* include/stdio.h: Define __need_wint_t.
|
* include/stdio.h: Define __need_wint_t.
|
||||||
|
Loading…
Reference in New Issue
Block a user