Skip to content

Instantly share code, notes, and snippets.

@trentpolack
Last active September 8, 2024 14:44
Show Gist options
  • Select an option

  • Save trentpolack/428594c91019401e46ecd23195956cc3 to your computer and use it in GitHub Desktop.

Select an option

Save trentpolack/428594c91019401e46ecd23195956cc3 to your computer and use it in GitHub Desktop.

Revisions

  1. trentpolack revised this gist May 31, 2018. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions typemap
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,12 @@ TypeMap:
    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
  2. trentpolack created this gist May 31, 2018.
    33 changes: 33 additions & 0 deletions typemap
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    # 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
    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