.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # use glob syntax.
  2. *.a
  3. *.dylib
  4. *.egg-info/
  5. *.exe
  6. *.ilk
  7. *.log
  8. *.o
  9. *.opensdf
  10. *.orig
  11. *.pdb
  12. *.psess
  13. *.pyc
  14. *.sdf
  15. *.so
  16. *.so.[0123456789]
  17. *.so.[0123456789].[0123456789]
  18. *.suo
  19. *.swo
  20. *.swp
  21. *.tlog
  22. *.user
  23. *.vsp
  24. *CMakeFiles*
  25. *buildXcode*
  26. *tags
  27. *~
  28. .DS_Store
  29. .idea/
  30. .vs/
  31. .vscode/
  32. /external
  33. Debug/
  34. README.html
  35. Release/
  36. Untitled.ipynb
  37. build*
  38. doc.html
  39. documentation/*.aux
  40. documentation/*.log
  41. documentation/*.out
  42. example
  43. example1
  44. example_header_only
  45. example_static
  46. examples/*/*.mexmaci64
  47. examples/*/*.rbr
  48. examples/bbw/bbw_demo
  49. examples/bbw/bbw_demo_selfcontained.zip
  50. examples/bbw/bbw_demo_selfcontained/*
  51. examples/bbw/examples/*-volume.dmat
  52. examples/bbw/examples/*-volume.mesh
  53. examples/principal_curvature/curvature
  54. examples/quicklook-mesh/Mesh.qlgenerator/*
  55. examples/upright/upright
  56. external/MeshFix/meshfix
  57. external/embree/build/*
  58. external/glew/build
  59. external/glfw/build
  60. external/libpng/build
  61. external/medit/rebar.rbr
  62. external/tetgen/tetgen
  63. external/tinyxml2/build
  64. external/tinyxml2/test
  65. external/tinyxml2/tinyxml2.pc
  66. external/yimg/showpng
  67. iglhelpers.pyc
  68. lib
  69. libigl.zip
  70. optional/build
  71. python/.idea
  72. python/.ipynb_checkpoints
  73. python/__pycache__
  74. python/build
  75. python/build2
  76. python/build3
  77. python/build4
  78. python/builddebug
  79. python/buildstatic
  80. python/py_igl/todo
  81. python/py_igl/todo
  82. python/scripts/generated
  83. scripts/change_name.sh
  84. site/
  85. syntax: glob
  86. tests/bin
  87. tests/build
  88. tests/data
  89. tutorial/*/*.mexmaci64
  90. tutorial/*/Makefile
  91. tutorial/*/build/*
  92. tutorial/.idea
  93. tutorial/XXX_test/CMakeLists.txt
  94. tutorial/XXX_test/main.cpp
  95. tutorial/build
  96. tutorial/cmake-build-debug
  97. tutorial/data
  98. tutorial/readme.html
  99. untitled