Removed Mercurial .hgignore file, added Git .gitignore file
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
*~
|
||||
*.orig
|
||||
|
||||
.cproject
|
||||
.project
|
||||
.settings
|
||||
.directory
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user