Skip to content

Commit

Permalink
added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Dec 28, 2008
1 parent fc0af55 commit f99c9ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
@@ -0,0 +1,15 @@
# eclipse
*/bin

# xcode noise
build
*/build/*
*.pbxuser
*.mode1v3

# old skool
.svn

# osx noise
.DS_Store
profile

0 comments on commit f99c9ec

Please sign in to comment.