blob: 11b529f4a729a7cd17289d71b8d789ea82f7ccbe [file] [log] [blame]
Pamela Dragosh2814e4d2017-03-15 12:52:55 -04001# Ignore Mac temp files
2.DS_Store
3
Andrew Grimbergebc710a2017-01-30 12:59:38 -08004# Ignore Vim temporary files
5.*.sw?
6
7# Ignore changes to the JJB Configuration File
8jenkins.ini
9
10# We don't want .netrc files since they're credential files
11.netrc
12
13# Maven
14target/
15
16# Vagrant
17.vagrant
18
19# IntelliJ
20.idea/
21*.iml
Carsten Lundda8b6972017-02-15 23:59:25 +000022
23# Eclipse
24.project
DR695H1c9f7082017-03-09 17:30:43 -050025/.pydevproject
Andrew Grimbergb2f7abc2017-05-03 14:49:44 -040026
27# Python
28.tox/
29__pycache__/
30*.pyc
ATT default cloud user8301e262017-09-01 20:11:09 +000031
32onap_sandbox