forked from dasch-swiss/sipi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (57 loc) · 949 Bytes
/
.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
60
61
62
63
#
# ignore object files and libraries
#
*.[oa]
#
# ignore executable
#
sipi
#
# other files to be ignored
#
.DS_Store
*~
*.pyc
.idea/
SipiConfig.h
sipi.log*
/extsrcs/
/cmake-build-debug/
target
__pycache__/
doc/
_build/
.pytest_cache
#
# Cmake things to be ignored
#
lib
local
build-linux
build-mac
cmake-build-debug
# ignore cache
cache/
#ignore ICC headers
*_icc.h
/images/
/server/admin/
icc.zip
# ignore test results
/Testing
/test/nginx/logs/error.log
_lena512.jp2
/site
/test/_test_data/images/unit/_cmyk_2.tif
/test/_test_data/images/unit/_cmyk_lossy.jp2
/test/_test_data/images/unit/_cmyk.jpg
/test/_test_data/images/unit/_cmyk.jpx
/test/_test_data/images/unit/_cmyk.png
/test/_test_data/images/unit/_grayicc.jpg
/test/_test_data/images/unit/_palette.jpx
/test/_test_data/images/unit/cielab.jpx
/test/_test_data/images/unit/cielab.png
/test/_test_data/images/unit/CIELab16.jpg
/test/_test_data/images/unit/CIELab16.png
/build
/.vscode