!XB (Animation) (Sandbox) (CE-9784) Implemented weight normalization in LookPose...
[CRYENGINE.git] / .gitignore
blob604db2397d86473fe1365e6facd894ebd8a3859a
1 # Asset files.
2 *.pak
3 *.caf
5 # Config files
6 /user.cfg
7 /system.cfg
8 /editor.cfg
9 /.bootstrap*.*
11 # Temporary files.
12 *.log
13 *.dmp
14 *.pyo
15 *.pyc
16 *.bak
17 *.bak2
18 error.jpg
19 _WAF_/user_settings.options
21 # Binary directories.
22 /[Bb]in*/
23 /Tools/rc/*
25 # Temporary directories.
26 /TestResults/*
27 /Solutions/*
28 /.depproj/*
29 /project.sln
30 /[Ll]og[Bb]ackups
31 /[Uu]ser*/
32 __pycache__/*
34 # Might contain a license key, so don't add it to a repo.
35 /Code/Tools/waf-1.7.13/recode.lic
36 /recode.lic
38 # These are handled elsewhere.
39 /Code/SDKs/*