summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3887386865cc7689395e67fde7325254302e4d61 (plain) (blame)
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
.cproject
.project
.settings

# Auto*/libtool
Makefile
Makefile.in
/aclocal.m4
/autom4te.cache/
/config.*
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/missing
/stamp-h*
/ar-lib
/test-driver
/compile
.deps/
.dirstamp
.libs/
*.l[ao]
*~
*.o

# pkgconf
libucl.pc

# python extension
python/build

# Default CMake build directory
/build/