-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (57 loc) · 1.1 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
*.stderr
*.tmp
*.diff
*.log
*.a
*.output
*.out
CPackConfig*.cmake
.svn
.project
.cproject
.settings
Makefile
CMakeFiles
CMakeCache.txt
cmake_install.cmake
uninstall.cmake
install_manifest.txt
version.txt
CMakeLists.txt.user
CTestTestfile.cmake
SciDB.cbp
DartConfiguration.tcl
CPackSourceConfig.cmake
scidb_msg.pb.cc
scidb_msg.pb.h
CMakeScripts
bin
SciDB.build
src/query/parser/AFLParser.cpp
src/query/parser/AFLParser.hpp
src/query/parser/AFLScanner.cpp
src/query/parser/AFLScanner.fixed.cpp
src/query/parser/AQLParser.cpp
src/query/parser/AQLParser.hpp
src/query/parser/AQLScanner.cpp
src/query/parser/AQLScanner.fixed.cpp
src/query/parser/location.hh
src/query/parser/position.hh
src/query/parser/stack.hh
src/system/Constants.cpp
utils/iquery/location.hh
utils/iquery/parser.cpp
utils/iquery/parser.hpp
utils/iquery/position.hh
utils/iquery/scanner.cpp
utils/iquery/scanner.fixed.cpp
utils/iquery/stack.hh
doc/Doxyfile
extern/bsdiff/bs_tests
tests/data_gen/dgenerator
tests/harness/config.ini
tests/harness/preparecdashreport
tests/harness/scidbtest
tests/harness/arg_separator
tests/unit/unit_tests
scidbpython.cxx