-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
77 lines (66 loc) · 1.44 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
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so.0.*
*.so.0
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Dependency files
*.d
# Valgring suppression files
*.sup
# Helper scripts
setenv.sh
# Generated test data (cleaned with make clean)
tests/randoc/storage/
tests/storageop/checkindex.log
tests/storageop/storage
# CMake generated files
*.cmake.user
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
CMakeLists.txt.user
cmake/uninstall.cmake
DartConfiguration.tcl
Testing/
dist/obs/deploy_to_obs.sh
dist/archlinux/PKGBUILD
dist/obs/strus.dsc
dist/obs/strus-Debian_7.0.dsc
dist/obs/strus-xUbuntu_12.04.dsc
dist/redhat/strus.spec
# Suggested build directories
build
build_clang
# Compiled Programs
src/storage/strusResizeBlocks
tests/randoc/src/testRandomCollection
tests/program/src/parseQueryEvalProgramTest
tests/functions/src/functions
tests/posinfoBlock/src/testPosinfoBlock
tests/booleanBlock/src/testBooleanBlock
tests/varSizeNodeTree/src/testVarSizeNodeTree
tests/metaDataRestrictions/src/testMetaDataRestrictions
tests/ranker/src/testRanker
tests/statsproc/src/testStatisticsProcessor
tests/formula/src/formula
tests/loggingMalloc/src/testLoggingMalloc
tests/storageop/src/testStorageOp
tests/queryop/src/testQueryOp
tests/query/src/testQuery
tests/positionWindow/src/testPositionWindow
tests/scalarfunc/src/scalarFunction
# deploy to obs tar:
strus-*.tar.gz