-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
67 lines (54 loc) · 913 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
56
57
58
59
60
61
62
63
64
65
66
67
# Eclipse IDE
.settings
.classpath
.project
# IntelliJ IDEA IDE
.idea/
*.ipr
*.iml
# vim
*.swp
# Visual Studio Code IDE
.vscode/
# Native built files
native/*/.libs/
native/*/Makefile
native/*/autom4te.cache/
native/*/config.status
native/*/configure
native/*/configure~
# Native testsuite
bin/
target/
test/httpd/mod_proxy_cluster
# Folder usually used for CMake
**/build
# war files (usually in tests)
**/*.war
# Log files
**/*.log
# build files
*.slo
*.so
*.lo
*.o
# test files
**/nohup.out
test/MODCLUSTER-640/mod_proxy_cluster_new.conf
test/dependency-reduced-pom.xml
test/mod_proxy_cluster_new.conf
test/new.xml
test/server.xml
test/includes/dependency-reduced-pom.xml
# perl test files
test-perl/MYMETA*
test-perl/Makefile
test-perl/blib/**
test-perl/pm_to_blib
test-perl/t/conf/*.conf
test-perl/t/conf/apache_test_config.pm
test-perl/t/logs/**
# patch files
**/*.patch
# Doxygen
doxygen-out/