Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rozanski committed Mar 27, 2011
1 parent c6a4832 commit 35da629
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .gitignore
@@ -1,8 +1,20 @@
*.DS_Store
# Git-ignore adapted from GitHub gitignore project https://github.com/github/gitignore

# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
/Build
/build
profile
*.moved-aside

# Misc
.DS_Store
14 changes: 14 additions & 0 deletions Classes/PXListView+UserInteraction.h
@@ -0,0 +1,14 @@
//
// PXListView+UserInteraction.h
// PXListView
//
// Created by Alex Rozanski on 27/03/2011.
// Copyright 2011 Alex Rozanski. All rights reserved.
//

#import <Foundation/Foundation.h>


@interface PXListView (PXListView_UserInteraction)

@end
14 changes: 14 additions & 0 deletions Classes/PXListView+UserInteraction.m
@@ -0,0 +1,14 @@
//
// PXListView+UserInteraction.m
// PXListView
//
// Created by Alex Rozanski on 27/03/2011.
// Copyright 2011 Alex Rozanski. All rights reserved.
//

#import "PXListView+UserInteraction.h"


@implementation PXListView (PXListView_UserInteraction)

@end

0 comments on commit 35da629

Please sign in to comment.