forked from apache/tomcat-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (37 loc) · 744 Bytes
/
.gitignore
File metadata and controls
44 lines (37 loc) · 744 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
.classpath
.project
/build
/dist
/.settings/
/native/.libs/
/native/.make.dirs
/native/Makefile
/native/build-outputs.mk
/native/build/apr_common.m4
/native/build/config.guess
/native/build/config.sub
/native/build/find_apr.m4
/native/build/install.sh
/native/build/install-sh
/native/build/ltmain.sh
/native/build/rules.mk
/native/aclocal.m4
/native/config.log
/native/config.nice
/native/config.status
/native/configure
/native/configure~
/native/libtcnative-1.la
/native/libtcnative-2.la
/native/tcnative.pc
/native/tcnative.spec
/native/srclib/apr/*
!/native/srclib/apr/NMAKEmakefile
/native/srclib/openssl/*
!/native/srclib/openssl/openssl-mscvrt*
/native/*RELEASE
/tomcat-native-*
/tomcat-native-*/
**/*.lo
**/*.o
build.properties