forked from jherico/OculusSDK
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
34 lines (27 loc) · 1021 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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
*.app
Samples/**/Obj
Samples/**/Release
Samples/**/Debug
Tools
# Added in 0.2.5
Firmware
# 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