Removed Mercurial .hgignore file, added Git .gitignore file

This commit is contained in:
Morgan Hardwood 2015-08-12 13:00:47 +02:00
parent cee4fd1cd0
commit 1fe1508fa9

View File

@ -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