Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
begla committed Oct 23, 2016
0 parents commit 092ffc8
Show file tree
Hide file tree
Showing 4,610 changed files with 1,385,584 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 17 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
BasedOnStyle: LLVM
IndentWidth: 2
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: true
AfterStruct: true
AfterUnion: true
BeforeCatch: true
BeforeElse: true
IndentBraces: false
SortIncludes: false
PointerAlignment: Left
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
app/Intrinsic
app/*.exe
app/*.lib
app/*.pdb
app/*.dll
app/*.ilk
app/platforms
app/assets/world_machine/*.tmd.session

distro/
Intrinsic.7z

app/shaders/cache/*
!app/shaders/cache/KEEP_ME

build
dependencies/glslang/build

doc/

*.TMP
*.lastcodeanalysissucceeded

Intrinsic.config
Intrinsic.creator
Intrinsic.creator.user
Intrinsic.files
Intrinsic.includes

dependencies/physx/*
!dependencies/physx/KEEP_ME

dependencies/fbx/*
!dependencies/fbx/KEEP_ME

app/assets/*
!app/assets/shaders
Loading

0 comments on commit 092ffc8

Please sign in to comment.