aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2010-11-08 12:21:45 -0800
committerChris Wanstrath <chris@ozmm.org>2010-11-08 12:21:45 -0800
commitb7cc33a99b02fada900d0e4ba6b7bd38a142f064 (patch)
treeefdda34f09ec1dd324f4ad9fbfb386e2482c67aa
downloadgitignore-b7cc33a99b02fada900d0e4ba6b7bd38a142f064.tar.gz
gitignore-b7cc33a99b02fada900d0e4ba6b7bd38a142f064.zip
begin! add Rails and Obj-C templates
-rw-r--r--Objective-C.gitignore8
-rw-r--r--README.md3
-rw-r--r--Rails.gitignore5
3 files changed, 16 insertions, 0 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore
new file mode 100644
index 00000000..6edbbebb
--- /dev/null
+++ b/Objective-C.gitignore
@@ -0,0 +1,8 @@
+# xcode
+build/*
+*.pbxuser
+*.mode1v3
+*.perspectivev3
+# osx
+.DS_Store
+profile
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..1c391f71
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# A Collection of Useful .gitignore Templates
+
+Thanks.
diff --git a/Rails.gitignore b/Rails.gitignore
new file mode 100644
index 00000000..9340fd6d
--- /dev/null
+++ b/Rails.gitignore
@@ -0,0 +1,5 @@
+.bundle
+log/*
+tmp/*
+db/*.sqlite3
+public/system/*