summaryrefslogtreecommitdiff
path: root/src/ext/libcharsetdetect/.gitignore
blob: 2a0df0931f76224878913635a2c0ac60434aadd2 (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
# OS junk
.DS_Store
Thumbs.db

# XCode build artifacts
build/

# XCode user configuration
*.mode1v3
*.pbxuser

# XCode something or other.. not sure if it should be checked in
charsetdetectProj.xcconfig
charsetdetectTarget.xcconfig

# CMake generated build system
Makefile

# CMake build artifacts
lib/

# CMake junk
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
*.o
*.def