Skip to content

Commit

Permalink
added *.o to ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 19, 2011
1 parent 18075ea commit 9df7686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.pyo
__pycache__
*.so
*.o

Cython/Compiler/*.c
Cython/Plex/*.c
Expand Down
1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dist/
*.dep
*.swp
*.so
*.o
*~

tags
Expand Down

0 comments on commit 9df7686

Please sign in to comment.