diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000000000000000000000000000000..d52e3e5ea8f459591de85347b59fb92d14ae3ec0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +release.notes merge=union diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..1aa8e21516db1f6124dde61b865b14ec73edc894 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# backup files +*~ +.*.swp + +# build products +InstallArea/ + +# CMake temporary files +build.*/ +.build/ +build-dir/ +CMakeFiles/ +CTestTestfile.cmake +CPackSourceConfig.cmake +CPackConfig.cmake +cmake_install.cmake + +# common byproducts +*.pyc +*.pyo +DoxyWarnings.log +.gdb_history +*.new +*.launch +*.launch.py +*.launch.opts + +# Eclipse data +.project +.cproject +.settings +.pydevproject +.eclipse/ + +# CMT tempoary files +build.*.log +Makefile +NMake +install.*.history +setup.* +cleanup.* +version.cmt +genConf/ +QMTest/ +test_results/ +*-slc[56]-*/ +i686-winxp-vc9-dbg/ +.*-slc[56]-*.d/ +.i686-winxp-vc9-dbg.d/