-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
89 lines (72 loc) · 1.04 KB
/
.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
80
81
82
83
84
85
86
87
88
89
# Log files
Logs
Data/*
# 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
*.a
*.so
*.dylib
*.hex
*.bin
*.elf
*.d
*.signature
# generic log files
*.log
*.raw
# Config link file
Config.lua
# auto-generated webots controller wrapper
*.wbproj
#auto-generated webots file
#*.wrl
*.wbproj
*.cache
# webots binary objects
WebotsProj/controllers/ballGPS/ballGPS
WebotsProj/controllers/ballGPS/build/
WebotsProj/controllers/objectGPS/objectGPS
WebotsProj/controllers/objectGPS/build/
# Temp and Swap files
*~
*.swp
.DS_Store
# Build file with CMAKE
build
# Webot World File temp
*.project
# svn
.svn
# for files in nao bu default
.bash_history
.bash_profile
.gitconfig
.config/
.ssh/
.vim/
.viminfo
naoqi/
remotes/
# ball logs
Run/Data/*.txt
Player/Log/*.txt
Player/Log/debugdata*
Player/Log/debugdata*.*
# screen log
*screenlog*
# Generated new lut
*_auto.*
Tools/Matlab/Figures/
# Julia and iPython
.ipynb_checkpoints
*.ipynb