Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | credentials/* |
Matteo Scandolo | b03806c | 2017-03-07 16:17:53 -0800 | [diff] [blame] | 2 | cord_profile/ |
Jonathan Hart | 75d67c2 | 2017-01-16 10:59:58 -0800 | [diff] [blame] | 3 | |
4 | # Java | ||||
5 | *.class | ||||
6 | *.jar | ||||
7 | *.war | ||||
8 | *.oar | ||||
9 | |||||
10 | # Python | ||||
11 | *.pyc | ||||
12 | |||||
13 | # Eclipse | ||||
14 | .project | ||||
15 | .classpath | ||||
16 | .settings | ||||
17 | |||||
18 | # Idea | ||||
19 | .idea | ||||
20 | *.iml | ||||
21 | *.iws | ||||
22 | *.ipr | ||||
23 | |||||
24 | # OS | ||||
25 | Thumbs.db | ||||
26 | .DS_Store | ||||
27 | |||||
28 | # Vagrant | ||||
29 | .vagrant | ||||
30 | |||||
31 | # Docker registry | ||||
32 | /registry | ||||
33 | |||||
34 | # Build | ||||
35 | build | ||||
36 | |||||
37 | # Gradle | ||||
38 | .gradle | ||||
39 | |||||
40 | # Ansible | ||||
41 | ansible/*.retry | ||||
Matteo Scandolo | e729e98 | 2017-04-27 10:46:30 -0700 | [diff] [blame] | 42 | *.retry |
Jonathan Hart | 75d67c2 | 2017-01-16 10:59:58 -0800 | [diff] [blame] | 43 | |
44 | # Backup files | ||||
45 | *.bak |