Pamela Dragosh | 2814e4d | 2017-03-15 12:52:55 -0400 | [diff] [blame] | 1 | # Ignore Mac temp files |
2 | .DS_Store | ||||
3 | |||||
Andrew Grimberg | ebc710a | 2017-01-30 12:59:38 -0800 | [diff] [blame] | 4 | # Ignore Vim temporary files |
5 | .*.sw? | ||||
6 | |||||
7 | # Ignore changes to the JJB Configuration File | ||||
8 | jenkins.ini | ||||
9 | |||||
10 | # We don't want .netrc files since they're credential files | ||||
11 | .netrc | ||||
12 | |||||
13 | # Maven | ||||
14 | target/ | ||||
15 | |||||
16 | # Vagrant | ||||
17 | .vagrant | ||||
18 | |||||
19 | # IntelliJ | ||||
20 | .idea/ | ||||
21 | *.iml | ||||
Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 22 | |
23 | # Eclipse | ||||
24 | .project | ||||
DR695H | 1c9f708 | 2017-03-09 17:30:43 -0500 | [diff] [blame] | 25 | /.pydevproject |
Andrew Grimberg | b2f7abc | 2017-05-03 14:49:44 -0400 | [diff] [blame] | 26 | |
27 | # Python | ||||
28 | .tox/ | ||||
29 | __pycache__/ | ||||
30 | *.pyc | ||||
ATT default cloud user | 8301e26 | 2017-09-01 20:11:09 +0000 | [diff] [blame] | 31 | |
32 | onap_sandbox |