summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a7bb9708c17cfebb50f12436c0d22537d55a1049 (plain)
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
__pycache__/

# CMake files
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
cmake_install.cmake

# With make generator
Makefile

# With ninja generator
.ninja_deps
.ninja_log
build.ninja

# Built files
uchardet-config-version.cmake
uchardet-config.cmake
uchardet-targets.cmake
uchardet.pc
src/version.script

# Build binaries
src/libuchardet.a
src/libuchardet.so*

src/tools/uchardet
test/uchardet-tests

# For Windows (untested)
src/libuchardet.dll

src/tools/uchardet.exe
test/uchardet-tests.exe

# For macOS (untested)
src/libuchardet.dylib