-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy path.gitignore
47 lines (41 loc) · 866 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
pod-build/
*.pyc
*.sublime-project
*.sublime-workspace
.viewer-prefs
logfile.tmp
drake_viewer.out
ddConsoleApp.out
*~
jef-client_*.txt
*.jef
jrf-client_*.txt
jrf-client.out
*_text_log_*
fort.15
.idea
#######################
# 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.
/*/*/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/