Skip to content

Instantly share code, notes, and snippets.

@trentpolack
Last active September 8, 2024 14:44
Show Gist options
  • Save trentpolack/428594c91019401e46ecd23195956cc3 to your computer and use it in GitHub Desktop.
Save trentpolack/428594c91019401e46ecd23195956cc3 to your computer and use it in GitHub Desktop.
Perforce Typemap (UE4-focused)
# Perforce File Type Mapping Specifications.
#
# TypeMap: a list of filetype mappings; one per line.
# Each line has two elements:
#
# Filetype: The filetype to use on 'p4 add'.
#
# Path: File pattern which will use this filetype.
#
# See 'p4 help typemap' for more information.
TypeMap:
binary+S2w //depot/....exe
binary+S2w //depot/....dll
binary+S2w //depot/....lib
binary+S2w //depot/....app
binary+S2w //depot/....dylib
binary+S2w //depot/....stub
binary+S2w //depot/....ipa
binary //depot/....bmp
binary //depot/....png
binary //depot/....tga
binary //depot/....raw
binary //depot/....r16
binary //depot/....mb
binary //depot/....fbx
text //depot/....ini
text //depot/....config
text //depot/....cpp
text //depot/....h
text //depot/....c
text //depot/....cs
text //depot/....m
text //depot/....mm
text //depot/....py
binary+l //depot/....uasset
binary+l //depot/....umap
binary+l //depot/....upk
binary+l //depot/....udk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment