Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
Add a .gitignore file to ignore .o files and the final target.
  • Loading branch information
colincross committed Jul 30, 2012
1 parent 099cc8e commit e72748d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.o
sconsole

0 comments on commit e72748d

Please sign in to comment.