From 849253c23c1db68421913fb8bcbf45c6a23e01b3 Mon Sep 17 00:00:00 2001 From: Mattia Montanari Date: Sat, 18 Apr 2020 12:35:25 +0100 Subject: [PATCH] Add gitignore --- .gitignore | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6867976 --- /dev/null +++ b/.gitignore @@ -0,0 +1,176 @@ +# Builds +build*/* +*.so +public/ + +# Eclispe setting --- do not ignore *.cproject and *.project +*/**/.settings +.metadata + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +html/ + +# Visual Studio cache/options directory +.vs/ +*.vcxproj* +*.sln + + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Cmake, make and compiled objects on unix +*.cmake +*.c.o +*/CMakeFiles/* +*/Makefile +CMakeFiles/* +CMakeCache.txt +cmake-build-release/* +cmake-build-debug/* + +# JetBrains Rider +.idea/ +*.sln.iml + +# Matlab +*.mexa64 +*.mexmaci64 +*.mexw64 +*.asv + +# Cmake +CMakeCache.txt +CMakeFiles +CMakeScripts +Makefile +cmake_install.cmake +install_manifest.txt +CTestTestfile.cmake +*-config.cmake +*-version.cmake +*-targets.cmake + +#tex +*.log +*.pdf +*.synctex.gz +*.aux +*.bbl +*.blg +*.spl + +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +Assets/AssetStoreTools* + +# Visual Studio cache directory +.vs/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.opendb + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt + +# Builds +*.apk +*.unitypackage + +# Builds Clion +1_src/cmake-build-debug/* +1_src/cmake-build-release/* + +# Office +~*.pptx