forked from ferronweb/ferron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 799 Bytes
/
.gitignore
File metadata and controls
48 lines (37 loc) · 799 Bytes
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
# Compiled binaries and generated documentation
/target/
/build/prepare/target/
/build/installer/target/
# Profiling data
/perf.data
/perf.data.old
/flamegraph.svg
# Logs generated by the web server
/*.log
# Configuration files for testing the web server
/ferron.kdl
# OS-specific files
.DS_Store
Thumbs.db
.Spotlight-V100
.Trashes
# Generated by `build/prepare`
/build/workspace
# Generated by the "package" task
/build/release*
/dist
# Ferron build override
/ferron-build-override.yaml
# Temporary files used by the editor
*.swp
*.swo
# Editor-specific files
/.idea
# Generated certificates for smoke testing
/smoketest/certs/
# Temporary files used during packaging
/packaging/deb/ferron_*
/packaging/deb/md5sums.tmp
/packaging/rpm/data/
/packaging/rpm/rpm/
/packaging/rpm/ferron.spec