openGJK/.gitignore

233 lines
2.7 KiB
Plaintext

# Builds
build*/*
*.so
public/
*.exe
# 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
#Cython https://github.com/cython/cython/blob/master/.gitignore
*.pyc
*.pyo
__pycache__
*.so
*.o
*.egg
*.egg-info
.*cache*/
*venv*/
Cython/Compiler/*.c
Cython/Plex/*.c
Cython/Runtime/refnanny.c
Cython/Tempita/*.c
Cython/*.c
Cython/*.html
Cython/*/*.html
Tools/*.elc
Demos/*.html
Demos/*/*.html
/TEST_TMP/
/build/
/cython_build/
/wheelhouse*/
!tests/build/
/dist/
.gitrev
.coverage
*.patch
*.diff
*.orig
*.prof
*.rej
*.log
*.dep
*.swp
*~
callgrind.out.*
.ipynb_checkpoints
docs/build
tags
TAGS
MANIFEST
.tox
# Jetbrains IDE project files
/.idea
/*.iml