forked from alauda/felix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (48 loc) · 980 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
47
48
49
50
51
52
53
54
55
# gitignore cheatsheet:
#
# Matches with no '/'s automatically match files in sub-dirs.
# Matches starting with a '/' only match in the top-level directory.
# Matches ending with a '/' only match directories.
# ** can be used to match multiple levels of directory.
# Global glob patterns.
*.log
*.coverprofile
/.noseids
/nosetests.xml
/release-notes-*
# Build directories.
/bin/
/docker-image/bin/
/build/
/dist/
.go-pkg-cache/
/.glide/
/vendor/
# IDE files.
/.idea/
# Patterns to match files from older releases (prevents lots of
# untracked files from showing up when switching from a maintenance branch.
# Python builds/UT data.
.hypothesis/
.coverage
*_pb2.py
/env/
*.egg-info/
tmp/
htmlcov/
.tox/
/.eggs/
/coverage.xml
/site-packages
/python/
/version.txt
/.dir-locals.el
/report/*.xml
# Old go sub-dir, used to be where we kept go source.
/go/
/k8sfv/prometheus/data
/k8sfv/prometheus/prometheus.yml
/k8sfv/output/
.semaphore-cache/
/rpm/felix.spec
/debian/changelog