openGJK/.gitignore

182 lines
2.2 KiB
Plaintext
Raw Normal View History

2020-04-18 04:35:25 -07:00
# Builds
build*/*
*.so
public/
2020-04-18 05:29:35 -07:00
*.exe
2020-04-18 04:35:25 -07:00
# 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
2020-04-18 15:39:33 -07:00
#*.cmake
2020-04-18 04:35:25 -07:00
*.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
2020-05-05 09:32:54 -07:00
# Pytest
.cache
.pytest_cache
.mypy_cache