Last active
September 8, 2024 14:44
-
-
Save trentpolack/428594c91019401e46ecd23195956cc3 to your computer and use it in GitHub Desktop.
Revisions
-
trentpolack revised this gist
May 31, 2018 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
trentpolack created this gist
May 31, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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