-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (65 loc) · 1.42 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
59
60
61
62
63
64
65
build
Makefile
.qmake.cache
target
config.h
*.prl
*.o
*.a
moc_*
bindings/java/java-xconfig/debian/*.debhelper.log
bindings/java/java-xconfig/debian/*.substvars
bindings/java/java-xconfig/debian/*.debhelper
bindings/java/java-xconfig/debian/java-xconfig/
bindings/java/java-xconfig/debian/files
bindings/java/java-xconfig/*build-deps*.deb
bindings/python/dist/
bindings/python/xconfig.egg-info/
!bindings/erlang/c_src/Makefile
debian/*.debhelper.log
debian/*.substvars
debian/*.debhelper
debian/xconfigd-base/
debian/xconfigd/
debian/libxconfig/
debian/libxconfig-dev/
debian/libxconfig-dbg/
debian/xconfig-utils/
debian/php7.4-xconfig/
debian/pyxconfig*/
debian/files
debian/tmp
debian/debhelper-build-stamp
debian/changelog
conf/xconfigd.ini
conf/log4cxx.xml
src/php-xconfig/.deps
src/php-xconfig/Makefile.global
src/php-xconfig/acinclude.m4
src/php-xconfig/aclocal.m4
src/php-xconfig/autom4te.cache/
src/php-xconfig/config.guess
src/php-xconfig/config.h.in
src/php-xconfig/config.m4
src/php-xconfig/config.nice
src/php-xconfig/config.sub
src/php-xconfig/configure
src/php-xconfig/configure.in
src/php-xconfig/install-sh
src/php-xconfig/ltmain.sh
src/php-xconfig/missing
src/php-xconfig/mkinstalldirs
src/php-xconfig/run-tests.php
src/php-xconfig/xconfig.cpp
src/php-xconfig/xconfig.h
src/php-xconfig/config.h.in~
src/php-xconfig/configure.ac
src/pyxconfig*/Makefile
src/pyxconfig*/config/tmp.yaml
.idea
*.iml
.classpath
.project
.settings
.vscode
packages/