-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (48 loc) · 750 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (48 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Build outputs
/build/
/x64
/LivingCity/obj
/LivingCity/GeneratedFiles
/LivingCity/screenshots
/LivingCity/noAvail*
/LivingCity/*.dll
*.pdb
*.sdf
*.opensdf
*.exe
*.ilk
# Compiled simulator binary and debug artifacts
/LivingCity/LivingCity
/LivingCity/core
core
core.*
*.o
*.a
*.so
# qmake / Make
Makefile
.qmake.stash
# Editor / OS junk
*.swp
*.swo
*~
.DS_Store
.idea/
.vscode/
# Python
__pycache__/
*.pyc
/cache/
# Demand data (large, contact authors per README)
/LivingCity/berkeley_2018
# Benchmarking outputs (regenerated per run)
LivingCity/benchmarking/*.csv
LivingCity/benchmarking/*.png
LivingCity/benchmarking/*.txt
LivingCity/benchmarking/*.xls
LivingCity/benchmarking/*.json
Makefile
.qmake.stash
LivingCity/obj/
LivingCity/
build/