forked from OpenHUTB/hutb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (64 loc) · 1.23 KB
/
.gitignore
File metadata and controls
67 lines (64 loc) · 1.23 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
# 忽略 Doxygen 生成的文档
/*
# 忽略构建目录
Build
# 忽略分发目录
Dist
# 忽略已弃用的 Python 客户端的分发目录
Deprecated/PythonClient/dist
# 忽略 TrafficManager 的构建目录
TrafficManager/build
# 忽略 Util 的构建目录
Util/Build
# 忽略安装目录
Install
# 忽略插件目录
#告诉Git忽略名为Plugins的目录,这个目录可能包含了各种可选的插件或扩展
Plugins
# 排除 Unreal/CarlaUE4/Plugins 目录下的特定插件,以便不忽略它们
#两个子问题不应该被忽略
!Unreal/CarlaUE4/Plugins/Streetmap
!Unreal/CarlaUE4/Plugins/HoudiniEngine
# 忽略导出的地图目录
/ExportedMaps
# 忽略导入目录下的所有文件和文件夹,但排除 README.md 文件
/Import/*
!/Import/README.md
# 忽略各种编译和构建过程中生成的文件
*.VC.db
*.VC.opendb
*.a
*.egg-info
*.kdev4
*.log
*.o
*.pb.cc
*.pb.h
*.pid
*.pri
*.pro
*.py[cod]
*.sln
*.so
*.stackdump
*.sublime-workspace
*.workspace
#忽略特定的用户配置文件和缓存
*CodeCompletionFolders.txt
*CodeLitePreProcessor.txt
.aria2c.input
.codelite
.gdb_history
.gtest
.idea
.tags*
.vs
.vscode
#忽略特定的临时目录和文件
__pycache__
_benchmarks_results
_images*
_out*
_site
core
profiler.csv