repo.or.cz
/
CRYENGINE.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
!I integrate from //ce/main...
[CRYENGINE.git]
/
.gitignore
blob
a079477a272cdcfa5f07d40ea777280507ada7e3
1
# Asset files.
2
*.pak
3
*.caf
4
5
# Config files
6
/user.cfg
7
/system.cfg
8
/editor.cfg
9
/.bootstrap*.*
10
11
# Temporary files.
12
*.log
13
*.dmp
14
*.pyo
15
*.pyc
16
*.bak
17
*.bak2
18
error.jpg
19
_WAF_/user_settings.options
20
21
# Binary directories.
22
/[Bb]in*/
23
/Tools/rc/*
24
25
# Temporary directories.
26
/TestResults/*
27
/Solutions/*
28
/solutions_cmake/*
29
/.depproj/*
30
/project.sln
31
/[Ll]og[Bb]ackups
32
/[Uu]ser*/
33
__pycache__/*
34
35
# Might contain a license key, so don't add it to a repo.
36
/Code/Tools/waf-1.7.13/recode.lic
37
/recode.lic
38
39
# These are handled elsewhere.
40
/Code/SDKs/*