Skip to content

Instantly share code, notes, and snippets.

@ImLp
Created May 4, 2022 00:41
Show Gist options
  • Save ImLp/db526c7e8139e62e932929f0514e8d71 to your computer and use it in GitHub Desktop.
Save ImLp/db526c7e8139e62e932929f0514e8d71 to your computer and use it in GitHub Desktop.
P4 Typemap for Unreal Use
# 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+Fl //....avi
binary+Fl //....bz2
binary+Fl //....gif
binary+Fl //....gz
binary+Fl //....jar
binary+Fl //....jpeg
binary+Fl //....jpg
binary+Fl //....mov
binary+Fl //....mpg
binary+Fl //....rar
binary+Fl //....tif
binary+Fl //....zip
binary+l //....aac
binary+l //....bin
binary+l //....bmp
binary+l //....btr
binary+l //....cfm
binary+l //....class
binary+l //....doc
binary+l //....docx
binary+l //....dot
binary+l //....ear
binary+l //....exp
binary+l //....ico
binary+l //....m4a
binary+l //....ma
binary+l //....mb
binary+l //....mp4
binary+l //....odg
binary+l //....odp
binary+l //....ods
binary+l //....odt
binary+l //....otg
binary+l //....ots
binary+l //....ott
binary+l //....pac
binary+l //....pdf
binary+l //....png
binary+l //....ppt
binary+l //....pptx
binary+l //....psd
binary+l //....raw
binary+l //....rpt
binary+l //....so
binary+l //....sxw
binary+l //....tar
binary+l //....uasset
binary+l //....ubulk
binary+l //....udk
binary+l //....umap
binary+l //....upk
binary+l //....uproject
binary+l //....war
binary+l //....wma
binary+l //....wmv
binary+l //....xls
binary+l //....xlsx
binary+S2w //....app
binary+S2w //....dll
binary+S2w //....dylib
binary+S2w //....exe
binary+S2w //....ipa
binary+S2w //....lib
binary+S2w //....pdb
binary+S2w //....stub
text //....asp
text //....c
text //....cnf
text //....cpp
text //....cs
text //....css
text //....h
text //....htm
text //....html
text //....inc
text //....js
text //....json
text //....m
text //....md
text //....mm
text //....py
text+w //....config
text+w //....DotSettings
text+w //....ini
text+w //....log
text+w //....modules
text+w //....pdm
text+w //....target
text+w //....uatbuildrecord
text+w //....version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment