mirror of
https://github.com/n64decomp/mk64
synced 2026-08-16 20:47:42 -04:00
Add ymls for Torch code generator (#497)
* Add torch * update jenkinsfile
This commit is contained in:
+7
-1
@@ -45,7 +45,7 @@ doxygen/doxygen/*
|
||||
docs/html/*
|
||||
xml/*
|
||||
/build/*
|
||||
# decomp permuter
|
||||
# Decomp permuter
|
||||
/nonmatchings/*
|
||||
*.dump
|
||||
*.mio0
|
||||
@@ -53,6 +53,10 @@ xml/*
|
||||
*.map
|
||||
.assets-local.txt
|
||||
|
||||
# Torch
|
||||
include/assets/*
|
||||
tools/torch/*
|
||||
|
||||
# no context header for now, until it's greenlit for the repo
|
||||
context_gen_header.h
|
||||
contexts/*
|
||||
@@ -64,6 +68,7 @@ expected/*
|
||||
|
||||
# Assets. Generally ignored, but ones with "custom" in the name are fine.
|
||||
/bin/*
|
||||
/modding/*
|
||||
/courses/**/*linkonly*
|
||||
/textures/**/*.png
|
||||
/textures/**/*.bin
|
||||
@@ -73,6 +78,7 @@ expected/*
|
||||
/assets/**/*.mio0
|
||||
/assets/**/*.raw
|
||||
/assets/**/*.inc.c
|
||||
/assets/code/*
|
||||
/music/**/*.m64
|
||||
/sound/**/*.m64
|
||||
/sound/**/*.aiff
|
||||
|
||||
Reference in New Issue
Block a user