-
Notifications
You must be signed in to change notification settings - Fork 136
/
Copy path.gitignore
66 lines (59 loc) · 1.04 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
66
# Makefile.in
java/jni/Makefile
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dSYM
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.out
java/target
src/tools/shmcache_delete
src/tools/shmcache_dump
src/tools/shmcache_get
src/tools/shmcache_remove_all
src/tools/shmcache_set
src/tools/shmcache_stats
# other
*.swp
*.swo
php-shmcache/.deps
php-shmcache/.libs/
php-shmcache/Makefile
php-shmcache/Makefile.fragments
php-shmcache/Makefile.global
php-shmcache/Makefile.objects
php-shmcache/acinclude.m4
php-shmcache/aclocal.m4
php-shmcache/autom4te.cache/
php-shmcache/build/
php-shmcache/config.guess
php-shmcache/config.h
php-shmcache/config.h.in
php-shmcache/config.log
php-shmcache/config.nice
php-shmcache/config.status
php-shmcache/config.sub
php-shmcache/configure
php-shmcache/configure.ac
php-shmcache/install-sh
php-shmcache/libtool
php-shmcache/ltmain.sh
php-shmcache/missing
php-shmcache/mkinstalldirs
php-shmcache/run-tests.php