Skip to content

Instantly share code, notes, and snippets.

@astralbodies
Forked from program247365/.gitattributes
Created March 7, 2012 00:51

Revisions

  1. @program247365 program247365 revised this gist Jun 28, 2009. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,14 @@
    # xcode noise
    *.mode1v3
    *.pbxuser
    *.pbxuser
    *.perspective
    *.perspectivev3
    *.pyc
    *~.nib/
    build/*
    build/*

    # Textmate - if you build your xcode projects with it
    *.tm_build_errors

    # old skool
    .svn
  2. @program247365 program247365 revised this gist Jun 28, 2009. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,12 @@
    # xcode noise
    build/*
    *.pbxuser
    *.mode1v3
    *.pbxuser
    *.pbxuser
    *.perspective
    *.perspectivev3
    *.pyc
    *~.nib/
    build/*

    # old skool
    .svn
  3. @program247365 program247365 created this gist Jun 28, 2009.
    1 change: 1 addition & 0 deletions .gitattributes
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    *.pbxproj -crlf -diff -merge
    11 changes: 11 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # xcode noise
    build/*
    *.pbxuser
    *.mode1v3

    # old skool
    .svn

    # osx noise
    .DS_Store
    profile