Removed Mercurial .hgignore file, added Git .gitignore file
This commit is contained in:
parent
cee4fd1cd0
commit
1fe1508fa9
22
.hgignore → .gitignore
vendored
22
.hgignore → .gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
syntax: glob
|
|
||||||
|
|
||||||
*~
|
*~
|
||||||
*.orig
|
*.orig
|
||||||
|
|
||||||
@ -8,11 +6,15 @@ syntax: glob
|
|||||||
.settings
|
.settings
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
|
CMakeScripts
|
||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
CMakeCache.txt
|
install_manifest.txt
|
||||||
|
|
||||||
|
build
|
||||||
|
Build
|
||||||
Debug
|
Debug
|
||||||
RelWithDebInfo
|
RelWithDebInfo
|
||||||
MinSizeRel
|
MinSizeRel
|
||||||
@ -29,5 +31,15 @@ install_manifest.txt
|
|||||||
AboutThisBuild.txt
|
AboutThisBuild.txt
|
||||||
clean
|
clean
|
||||||
|
|
||||||
syntax: regexp
|
*.7z
|
||||||
^Win32CMakeOptions-MK1\.txt$
|
*.bz
|
||||||
|
*.bz2
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.xz
|
||||||
|
*.zip
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user