-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
76 lines (61 loc) · 966 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
# Python compiled files and saved data files
*.pyc
*.npy
*.pkl
# MATLAB compiled files and saved data files
*.mat
*.mexglx
*.mexa64
*.mexmaci
*.mexmaci64
# compiled sources
*.o
*.so
*.dylib
*.hex
*.bin
*.elf
*.d
*.signature
WebotsProj/controllers/ballGPS/ballGPS
# generic log files
*.log
# Player copy of the compiled libraries
Player/Lib/*
#player.lua link in Player
Player/player.lua
Player/Player
# Config link file
Config.lua
# auto-generated webots controller wrapper
WebotsController/
WebotsController/controller_wrap.c
#controller links
WebotsProj/controllers/nao_soccer_supervisor/
WebotsProj/controllers/nsl_soccer_supervisor/
# Temp and Swap files
*~
*.swp
.DS_Store
# Build file with CMAKE
build
# Webot World File temp
*.project
*.wbproj
# svn
.svn
# for files in nao bu default
.bash_history
.bash_profile
.gitconfig
.config/
.ssh/
.vim/
.viminfo
naoqi/
remotes/
# ball logs
Player/Data/*.txt
# screen log
*screenlog*
controller_wrap.c