forked from rapyuta-robotics/turtlebot3-UE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (65 loc) · 961 Bytes
/
.gitignore
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
68
69
70
71
72
73
74
75
76
77
78
79
.vs/
.vscode/
.kdev4/
.idea/
*.slo
*.lo
*.o
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.mod
*.lai
*.la
*.a
*.lib
*.exe
*.out
*.app
*.ipa
*.xcodeproj
*.xcworkspace
*.sln
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb
*.pri
*.pro
*.workspace
*.code-workspace
*.kdev4
*.pro.user
.ignore
Makefile
CMakeLists.txt
SimulaTORCode*.txt
*CodeCompletionFolders.txt
*CodeLitePreProcessor.txt
Binaries/*
Plugins/*/Binaries/*
Saved/*
Build/*
Intermediate/*
Plugins/*/Intermediate/*
DerivedDataCache/*
Content/Developers/*
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt
# Don't ignore icon files in Build
!Build/**/*.ico
# Generated from DefaultEngineBase.init
Config/DefaultEngine.ini
# Whitelist Linux plugin libs
!Plugins/*/ThirdParty/**/*.a
*_BuiltData.uasset
# External test python cache, pyc
ExternalTest/TB3_TESTS
ExternalTest/turtlebot3_tests/turtlebot3_tests/__pycache__
ExternalTest/turtlebot3_tests/maps