Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
rochefort committed Feb 5, 2011
1 parent a42df24 commit 2c95a53
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .gitmodules
@@ -0,0 +1,45 @@
[submodule "bundle-development.tmbundle"]
path = bundle-development.tmbundle
url = https://github.com/textmate/bundle-development.tmbundle.git
[submodule "cucumber-tmbundle"]
path = cucumber-tmbundle
url = https://github.com/aslakhellesoy/cucumber-tmbundle.git
[submodule "rspec-tmbundle"]
path = rspec-tmbundle
url = https://github.com/dchelimsky/rspec-tmbundle.git
[submodule "c.tmbundle"]
path = c.tmbundle
url = https://github.com/textmate/c.tmbundle.git
[submodule "javascript.tmbundle"]
path = javascript.tmbundle
url = https://github.com/textmate/javascript.tmbundle.git
[submodule "objective-c.tmbundle"]
path = objective-c.tmbundle
url = https://github.com/textmate/objective-c.tmbundle.git
[submodule "perl.tmbundle"]
path = perl.tmbundle
url = https://github.com/textmate/perl.tmbundle.git
[submodule "php.tmbundle"]
path = php.tmbundle
url = https://github.com/textmate/php.tmbundle.git
[submodule "python.tmbundle"]
path = python.tmbundle
url = https://github.com/textmate/python.tmbundle.git
[submodule "ruby-on-rails.tmbundle"]
path = ruby-on-rails.tmbundle
url = https://github.com/textmate/ruby-on-rails.tmbundle.git
[submodule "ruby.tmbundle"]
path = ruby.tmbundle
url = https://github.com/textmate/ruby.tmbundle.git
[submodule "textmate.tmbundle"]
path = textmate.tmbundle
url = https://github.com/textmate/textmate.tmbundle.git
[submodule "source.tmbundle"]
path = source.tmbundle
url = https://github.com/textmate/source.tmbundle.git
[submodule "git-tmbundle"]
path = git-tmbundle
url = https://github.com/jcf/git-tmbundle.git
[submodule "text.tmbundle"]
path = text.tmbundle
url = https://github.com/textmate/text.tmbundle.git
1 change: 1 addition & 0 deletions bundle-development.tmbundle
1 change: 1 addition & 0 deletions c.tmbundle
Submodule c.tmbundle added at baeb58
1 change: 1 addition & 0 deletions cucumber-tmbundle
Submodule cucumber-tmbundle added at 8dddc5
1 change: 1 addition & 0 deletions git-tmbundle
Submodule git-tmbundle added at e60ecf
1 change: 1 addition & 0 deletions javascript.tmbundle
Submodule javascript.tmbundle added at a27727
1 change: 1 addition & 0 deletions objective-c.tmbundle
Submodule objective-c.tmbundle added at 1dfcbe
1 change: 1 addition & 0 deletions perl.tmbundle
Submodule perl.tmbundle added at a572be
1 change: 1 addition & 0 deletions php.tmbundle
Submodule php.tmbundle added at 52a329
1 change: 1 addition & 0 deletions python.tmbundle
Submodule python.tmbundle added at 6ef460
1 change: 1 addition & 0 deletions rspec-tmbundle
Submodule rspec-tmbundle added at 7d8321
1 change: 1 addition & 0 deletions ruby-on-rails.tmbundle
Submodule ruby-on-rails.tmbundle added at 7c410a
1 change: 1 addition & 0 deletions ruby.tmbundle
Submodule ruby.tmbundle added at 874e90
1 change: 1 addition & 0 deletions source.tmbundle
Submodule source.tmbundle added at 421ef1
1 change: 1 addition & 0 deletions text.tmbundle
Submodule text.tmbundle added at 3a8ba6
1 change: 1 addition & 0 deletions textmate.tmbundle
Submodule textmate.tmbundle added at 551de7

0 comments on commit 2c95a53

Please sign in to comment.