Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add *.pyc to .gitignore
Ignore generated *.pyc files, particularly in the benchtests
directory.
  • Loading branch information
Siddhesh Poyarekar committed May 18, 2015
1 parent 330fadf commit eefe64b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -43,3 +43,4 @@ core
/linuxthreads /linuxthreads
/linuxthreads_db /linuxthreads_db
/rtkaio /rtkaio
*.pyc
4 changes: 4 additions & 0 deletions 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> 2015-05-18 Arjun Shankar <arjun.is@lostca.se>


* include/stdio.h: Define __need_wint_t. * include/stdio.h: Define __need_wint_t.
Expand Down

0 comments on commit eefe64b

Please sign in to comment.