From: Sergey Belash Date: Fri, 7 Mar 2014 12:15:13 +0000 (+0400) Subject: Ignore file (.gitignore) added. X-Git-Tag: V_0.1~66 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e9220a99d4f60e927b771d6338bc3db2ef0b10ee;p=modules%2Fshaper.git Ignore file (.gitignore) added. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..26f8ecedc --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +#CMake +CMakeFiles/ +*/CMakeFiles/* +*.dir/ +CMakeCache.txt +cmake_install.cmake +#Visual Studio 10 +*.vcxproj* +*.sdf +*.sln +*.suo +*.opensdf +Win32/ +ipch/ +bin/ +lib/ +#Qt +*.pro.user +moc_*.* +*.qm +#Resources +resources +!src/*/resources +doc/html +*_log.txt +start.bat \ No newline at end of file