diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-05-18 15:26:26 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2015-05-18 15:26:26 +0530 |
commit | eefe64b9a17be2d4553b5b6185a12d6eaa8771c1 (patch) | |
tree | 77d0a530b5f2e8f4f9f5411bd6180f1b8b25fea4 | |
parent | 330fadfc62498041c838cba3a0413bb9c715b73f (diff) | |
download | glibc-eefe64b9a17be2d4553b5b6185a12d6eaa8771c1.tar.gz |
Add *.pyc to .gitignore
Ignore generated *.pyc files, particularly in the benchtests
directory.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 93c2e54c4e..07d4a129e5 100644 --- a/.gitignore +++ b/.gitignore @@ -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. |