forked from openhumanoids/pronto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
39 lines (31 loc) · 804 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
*~
pod-build/
#######################
# Ignores for lcmtypes
#
# In newer versions of git you can use "**" to match any number of
# subdirectories, but these ignores assume that feature is not available.
pronto-lcmtypes/lcmtypes/cpp/
pronto-lcmtypes/lcmtypes/c/
pronto-lcmtypes/lcmtypes/java/
pronto-lcmtypes/lcmtypes/python/
/*/*/lcmtypes/c/
/*/*/*/lcmtypes/c/
/*/*/*/*/lcmtypes/c/
/*/*/*/*/*/lcmtypes/c/
/*/*/*/*/*/*/lcmtypes/c/
/*/*/lcmtypes/cpp/
/*/*/*/lcmtypes/cpp/
/*/*/*/*/lcmtypes/cpp/
/*/*/*/*/*/lcmtypes/cpp/
/*/*/*/*/*/*/lcmtypes/cpp/
/*/*/lcmtypes/java/
/*/*/*/lcmtypes/java/
/*/*/*/*/lcmtypes/java/
/*/*/*/*/*/lcmtypes/java/
/*/*/*/*/*/*/lcmtypes/java/
/*/*/lcmtypes/python/
/*/*/*/lcmtypes/python/
/*/*/*/*/lcmtypes/python/
/*/*/*/*/*/lcmtypes/python/
/*/*/*/*/*/*/lcmtypes/python/