A .DS_Store file is automatically generated by the macOS Finder that contains the parent folder's metadata (a database of icon positions and background image selections). Adding this to the .gitignore so we don't have to manually remove them when committing to the repository.
48 lines
465 B
Plaintext
48 lines
465 B
Plaintext
*~
|
|
*.orig
|
|
|
|
.cproject
|
|
.project
|
|
.settings
|
|
.directory
|
|
.vscode
|
|
.DS_Store
|
|
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
|
|
build*
|
|
Build*
|
|
Debug
|
|
RelWithDebInfo
|
|
MinSizeRel
|
|
Release
|
|
|
|
rtdata/rawtherapee.desktop
|
|
rtengine/librtengine.a
|
|
rtexif/librtexif.a
|
|
rtgui/config.h
|
|
rtgui/version.h
|
|
rtgui/rawtherapee
|
|
rtgui/rawtherapee.exe
|
|
install_manifest.txt
|
|
AboutThisBuild.txt
|
|
clean
|
|
|
|
*.7z
|
|
*.bz
|
|
*.bz2
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.xz
|
|
*.zip
|
|
|