Skip to content

Commit 2367ce7

Browse files
committed
Initial commit of the Houdini Engine for Unreal v2 code. (Alpha1).
Port of all the changes from 4.24-v2 up to r357277.
1 parent d0b7f77 commit 2367ce7

File tree

224 files changed

+102313
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

224 files changed

+102313
-0
lines changed

HoudiniEngine/.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# # a comment - this is ignored
2+
# *.a # no .a files
3+
# !lib.a # but do track lib.a, even though you're ignoring .a files above
4+
# /TODO # only ignore the root TODO file, not subdir/TODO
5+
# build/ # ignore all files in the build/ directory
6+
# doc/*.txt # ignore doc/notes.txt, but not doc/server/arch.txt
7+
8+
*.obj
9+
*.dll
10+
*.pdb
11+
*.generated.h
12+
Intermediate/
13+
Binaries/
14+
*.Template.cs
15+
*.uplugin.Template
5.19 KB
Loading
543 Bytes
Loading
2.05 KB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.89 KB
Binary file not shown.
4.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)