-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy path.gitignore
97 lines (97 loc) · 1.48 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
*.lo
*.so
*.so.*
*.la
*.o
*.dirstamp
*.dylib
*.a
*.lai
**/CHS
include/*
src/autotools/bins/bin/*
src/autotools/libs/lib/*
src/autotools/libs/.libs/*
**/.deps/*
**/.DS_Store
autom4te.cache/
**/Makefile.in
.settings/
**/*.guess
**/*.log
**/*.status
**/*.sub
configure
missing
libtool
depcomp
compile
install-sh
ltmain.sh
stamp-h1
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~*.m4
**/AppDefines.h.in
.settings/
**/CMakeFiles/
**/cmake_install.cmake
CMakeCache.txt
cmake_install.cmake
**/.vagrant
*.cpgz
.autotools
.externalToolBuilders/
*-e
*.old
callgrind.out*
tests/autotools/.libs/tests
tests/autotools/tests
src/autotools/bins/.libs/ffead-cpp
src/autotools/bins/ffead-cpp
lang-server-backends/rust/hyper-ffead-cpp/target
lang-server-backends/rust/actix-ffead-cpp/target
lang-server-backends/rust/rocket-ffead-cpp/target
lang-server-backends/rust/thruster-ffead-cpp/target
lang-server-backends/java/firenio/target
lang-server-backends/java/rapidoid/target
lang-server-backends/java/wizzardo-http/target
**/ffead-cpp-3.0.build
**/ffead-cpp-7.0.build
**/CMakeScripts
**/.build
**/.swiftpm
/Debug/
ffead-cpp-7.0-bin/
build/
nginx-*/
docker/test/src
docker/test/web
docker/te/temp
docker/all/temp
**/Makefile
**/*.tar.gz*
**/.swiftpm
**/.build
**/app.xcodeproj
**/.xmake
buildnin
ffead-cpp-interface-test-lib/\.*
**/node_modules
.bzltemp
.sconf_temp
shellb_out
.shellb
buck-out
bazel-bin
bazel-out
bazel-testlogs
bazel-ffead-cpp
code-snippets-build/
.bztmp
prelude
**/BUILD.bazel
Cargo.lock
temp/