Browse Source

Add *.pyc to .gitignore

Ignore generated *.pyc files, particularly in the benchtests
directory.
hjl/pr18422
Siddhesh Poyarekar 11 years ago
parent
commit
eefe64b9a1
  1. 1
      .gitignore
  2. 4
      ChangeLog

1
.gitignore

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

4
ChangeLog

@ -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…
Cancel
Save