Move db tools to a separate package and make them PIE
[platform/upstream/ejdb.git] / .gitignore
1 /tmp
2 /build*/
3 /cmake-build*/
4 /Makefile
5 /Testing/
6
7 /.cmake_dirty
8 /ejdb.mk
9
10 DartConfiguration.tcl
11 CMakeCache.txt
12 CMakeFiles
13 CTestTestfile.cmake
14 cmake_install.cmake
15 compile_commands.json
16 compilation.db
17
18 .codelite
19 .idea
20 .dep.inc
21
22 *.iml
23 *.status
24 *.dylib
25 *.upload
26 *.so
27 *.so.*
28 *.a
29 *.exp
30 *.exe
31 *.sdf
32 *.suo
33 *.def
34 *.exp
35 *.lib
36 *.zip
37 *.cache
38 *.tag.gz
39 *.tgz
40 *.pyc
41 *.tags
42