2022-06-23 17:36:47 +02:00
|
|
|
### C
|
|
|
|
# Object files
|
2011-01-28 18:00:39 +01:00
|
|
|
*.o
|
2022-06-23 17:36:47 +02:00
|
|
|
|
|
|
|
# Libraries
|
2019-07-21 18:52:26 +02:00
|
|
|
*.a
|
2011-01-28 18:00:39 +01:00
|
|
|
*.la
|
2022-06-23 17:36:47 +02:00
|
|
|
*.lo
|
|
|
|
|
|
|
|
# Build directories
|
|
|
|
build/
|
|
|
|
debug/
|
|
|
|
release/
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.out
|
|
|
|
### End of C
|
|
|
|
|
|
|
|
### Python
|
|
|
|
# Byte-compiled / optimized
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# Unit test
|
|
|
|
.pytest_cache/
|
|
|
|
### End of Python
|
|
|
|
|
|
|
|
### VIM
|
|
|
|
# Temporary files
|
|
|
|
*~
|
|
|
|
tmp
|
|
|
|
tmp-*
|
|
|
|
|
|
|
|
# Swap
|
|
|
|
.*.swp
|
|
|
|
.*.swo
|
|
|
|
|
|
|
|
# Backup
|
|
|
|
*.bak
|
|
|
|
|
|
|
|
# Auto-generated tag files
|
|
|
|
tags
|
2022-07-27 10:11:01 +02:00
|
|
|
TAGS
|
2022-06-23 17:36:47 +02:00
|
|
|
### End of VIM
|
|
|
|
|
|
|
|
### Distribution
|
|
|
|
vips-*.tar.gz
|
|
|
|
### End of Distribution
|