Skip to content

Commit

Permalink
Merge pull request #369 from btriller/tests-gitignore
Browse files Browse the repository at this point in the history
Adds .gitignore files for Tests/{ERRestTest,TestAdaptor}
  • Loading branch information
paulhoadley committed Jan 30, 2013
2 parents 42b69f2 + 5df162f commit cb9fa1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/ERRestTest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target
bin
build
*.xcodeproj
*.pbxproj
ant.*
6 changes: 6 additions & 0 deletions Tests/TestAdaptor/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
target
bin
build
*.xcodeproj
*.pbxproj
ant.*

0 comments on commit cb9fa1b

Please sign in to comment.