forked from AlexandruRO45/RoboCupTeam1_2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (47 loc) · 1012 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
# Build artifacts
build/
bin/
lib/
# Logs and temporary files
logs/
# IDE and build tool specific files
.project
.cproject
CMakeLists.txt.user
qtcreator-*
*.user
# Generated files
*.dox
*.wikidoc
*.cfgc
/cfg/*
*.pyc
*.wbproj
# ROS specific
devel/
msg_gen/
srv_gen/
msg/*Action* # All message action files
msg/*Feedback* # All message feedback files
msg/*Goal* # All message goal files
msg/*Result* # All message result files
msg/_*.py
build_isolated/
devel_isolated/
# Ignore wbproj and jpg files under worlds directory
worlds/**/*.wbproj
worlds/**/*.jpg
# Ignore __pycache__ folder in controllers directory (and anywhere else)
__pycache__/
# Alternative (less recommended): Ignore all pyc files (everywhere)
# *.pyc # Uncomment this line if you prefer to ignore all .pyc files
# Version control system temporary files
*~
# Editor temporary files
.emacs
# Catkin specific
CATKIN_IGNORE
# Specific files
output_image.jpg
# Ignore planning directory (optional, adjust path as needed)
/planning/