Skip to content

Commit

Permalink
Ignore OS X gcc debugging directories and a missing compiled test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Feb 10, 2010
1 parent c485091 commit 1dc7fa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ t/mktime64.t
t/negative.t
t/overflow.t
t/safe_year.t
t/safe_year.t.dSYM/
t/seconds_between_years.t
t/timegm.t
t/year_limit.t
bin/check_max

# OS X debugging directories
t/*.dSYM/
bin/*.dSYM/
*.dSYM/

0 comments on commit 1dc7fa1

Please sign in to comment.