forked from midonet/midonet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (50 loc) · 1.16 KB
/
.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
47
48
49
50
51
52
53
54
55
56
57
58
# Files/dirs ignored in all directories.
# Try to keep these to a minimum, and use a minimum of wildcards,
# since they can obscure bugs in the build system.
#
*.log
*.swp
*.iml
host_uuid.properties
**/headers/org_midonet_*.h
# Generated by a ctags program, e.g., exuberant-ctags.
/tags
# Developer-local storage. This should not be used for anything
# generated by the build or test system.
/tmp/
# Temporary files added when testing parts of the system.
/midonet-api/src/main/webapp/WEB-INF/web.xml
# Files generated by IDEs.
#
# IntelliJ Idea
/.idea/
/idea/
/*.iml
/*.iws
/*/*.iml
# Idea also uses *.ipr and *.iws files, which should be added here when we
# see them and know what paths they use.
#
# Eclipse
/.classpath
/.project
/.settings/
/*/.classpath
/*/.project
/*/.settings/
# Build products. These should be moved to /.build/ at some point.
/.gradle
/**/build/
/**/target/
/midodeps/
/midonet-client/dependency-reduced-pom.xml
# vagrant files
/vagrant/.vagrant
# python files (might be generated if running mmm)
*.pyc
python-midonetclient/doc/*.gz
python-midonetclient/*.deb
python-midonetclient/*.rpm
python-midonetclient/prototest/
# devmido generated files
*-screenrc