forked from MarcToussaint/rai
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
140 lines (115 loc) · 1.35 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
/config.mk
%% compile temporaries
*.o
*.a
*.so
*.swp
parser.tab.h
parser.tab.cpp
parser.tab.hpp
parser.output
lex.yy.c
*_moc.cpp
*_ui.h
callgrind.out.*
%% EXECUTABLE
*.exe
%% IDE temporaries
*.kdev4
vc60.idb
.*.config
.*.creator
.*.creator.user*
.*.files
.*.includes
.*.cflags
.*.cxxflags
.cproject
.project
*eclipse*
tags
.cccc
*.orig
# PYTHON
*.pyc
_*.py
.ipynb_checkpoints
# EXECUTION
core
CORE
*.log
%% BACKUP/temporary files
*.tmp
*.dat
nogit*
*~
z.*
z/
rai.log
.#*#
.#*
#*#
%% MAKE
Makefile.dep
Make.lock
.lastMake
makefile
%% CMAKE
CMakeCache.txt
CMakeFiles
cmake_install.cmake
CMakeLists.txt.user
CTestTestfile.cmake
%% SWIG
*_wrap.cxx
ors.py
orspy.py
%% LATEX
*.aux
*.dvi
*.log
*.out
*.toc
*.tdo
*.blg
*.bbl
*.snm
*.nav
*.ilg
*.ind
*.fdb_latexmk
_region_.*
%% SPECIAL for git/mlr:
share/gofMake/config.mk
share/extern/tony_mdp/parser.tab.cpp
share/extern/ODE_0.11/download
share/extern/ODE_0.11/ode-0.11
share/extern/ODE_0.11/ode-0.11
share/extern/ode-0.11
share/extern/cuda
share/extern/cudaSDK
share/extern/ntcan
share/extern/opencv-2.1
share/extern/schunkLWA
share/extern/schunkSDH-11-05-11
share/extern/urg-0.0.2
share/extern/esdcan-*
%% QUESTIONABLE ???!!!
*.zip
*_doc
html
*.tgz
%% ROS
catkin/
catkin_generated/
devel/
gtest/
msg_gen
srv_gen
*Action.msg
*ActionFeedback.msg
*ActionGoal.msg
*ActionResult.msg
*Feedback.msg
*Goal.msg
*Result.msg