From 274f2303f99cbc8148d55c07aba390b4f7798776 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Sat, 17 Aug 2013 22:03:08 -0700 Subject: Adding Mac example app to ignore list --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f1315ab..03be30e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Mac_OculusWorldDemo.app/Contents/Resources Doc Tools .* +OculusWorldDemo.app -- cgit v1.2.3 From cacc151aea8236163af7fbb477e3be07873a4d37 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 13 Sep 2013 11:57:09 -0700 Subject: Attempting to reduce gitignore churn --- .gitignore | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 03be30e..b3cfa0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,34 @@ +# The project gitignore file is primarily for specifying artifacts in +# the Official SDK which we do not wish to track in Git, but which we +# Should expect to exist in any directory where the official SDK has +# been placed along with the Git repository + +# Please do not submit pull requests with .gitignore modifications +# without fist opening an issue or some other dialogue to +# ensure that a change to the .gitignore is the right thing to do. + +# Also, do not submit pull requests with .gitignore modifications +# mixed in with other unrelated changes. + + +Doc LibOVR/Lib LibOVR/Obj +Mac_OculusWorldDemo.app/Contents/Resources +OculusWorldDemo.app Samples/**/Obj Samples/**/Release Samples/**/Debug -Samples/OculusWorldDemo/Assets -Mac_OculusWorldDemo.app/Contents/Resources -Doc Tools -.* -OculusWorldDemo.app + +# Do not include items like these that are not specific to this project. +# .* +# *~ + +# If you need to exclude temp or backup files or files created your build +# system, you should place those in a global gitignore file in your root +# directory. +# See: https://help.github.com/articles/ignoring-files + + + -- cgit v1.2.3