forked from nasa/astrobee
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
101 lines (80 loc) · 1.22 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
90
91
92
93
94
95
96
97
98
99
100
101
##----------------------------------------------------------------
## Free Flyer .gitignore. Determines file types for GIT to ignore
##---------------------------------------------------------------
.astrobee_repo
*.bag
# Documents currently open in windows
*.autosave
*.asv
*~
# Simulink Project Folder
*.mexw64
*.mexa64
*.mexmaci64
*.dmr
slprj/
# Operating System Auto-generated Files
*.DS_Store
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Emacs temporary
# ViM swap files
*.swp
*.swo
# Precompile python
*.pyc
Vagrantfile.local
# Folders that probably shouldn't be checked in
install
.vagrant
/build
arm_build
arm_build_release
arm_build_debug
armhf
build_native
data
doc/html
doc/latex
# dds config files, they are maintained in the astrobee common submodule
astrobee/config/dds
#zones bin
astrobee/zones/*.bin
/description/*.tar.gz
/localization/vive_localization/src/ukf
# catkin
/.catkin_tools
/*-build
/*-devel
/*-install
/*-rootfs
/*-kernel
/*-logs
/qped.sublime-workspace
*.egg
*.egg-info
# Tags & config
tags
.ctags
.vscode