aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Davis <[email protected]>2013-09-13 11:57:09 -0700
committerBrad Davis <[email protected]>2013-09-13 11:57:09 -0700
commitcacc151aea8236163af7fbb477e3be07873a4d37 (patch)
tree3fd93a68c16e4d0d8ea43506132c6da3b5eca0b8
parent1ddf933c5dbbdbea41649d39f44e75651b15cef8 (diff)
Attempting to reduce gitignore churn
-rw-r--r--.gitignore33
1 files changed, 28 insertions, 5 deletions
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
+
+
+