Browse Source

ignore tests data

Former-commit-id: c45d8a6fda7639b88ae01d40967b2874d1238066
Alec Jacobson 6 years ago
parent
commit
72f08a45b8
1 changed files with 66 additions and 65 deletions
  1. 66 65
      .gitignore

+ 66 - 65
.gitignore

@@ -1,98 +1,99 @@
 # use glob syntax.
-syntax: glob
-scripts/change_name.sh
-*.so
-*.so.[0123456789]
-*.so.[0123456789].[0123456789]
-*.o
 *.a
 *.dylib
-*~
-*CMakeFiles*
-example
-examples/bbw/bbw_demo_selfcontained/*
-examples/bbw/bbw_demo_selfcontained.zip
-examples/quicklook-mesh/Mesh.qlgenerator/*
-examples/*/*.mexmaci64
-examples/*/*.rbr
-example_static
-example_header_only
-example1
-/external
-.DS_Store
-libigl.zip
-*tags
+*.egg-info/
 *.exe
+*.ilk
+*.log
+*.o
+*.opensdf
+*.orig
 *.pdb
+*.psess
+*.pyc
 *.sdf
+*.so
+*.so.[0123456789]
+*.so.[0123456789].[0123456789]
 *.suo
-*.ilk
-*.log
+*.swo
+*.swp
 *.tlog
-Debug/
-Release/
-*.orig
 *.user
 *.vsp
-*.opensdf
-*.psess
-*.swp
-*.swo
+*CMakeFiles*
+*buildXcode*
+*tags
+*~
+.DS_Store
+.idea/
+.vs/
+.vscode/
+/external
+Debug/
+README.html
+Release/
+Untitled.ipynb
+build
+doc.html
 documentation/*.aux
-documentation/*.out
 documentation/*.log
-doc.html
+documentation/*.out
+example
+example1
+example_header_only
+example_static
+examples/*/*.mexmaci64
+examples/*/*.rbr
 examples/bbw/bbw_demo
-external/medit/rebar.rbr
+examples/bbw/bbw_demo_selfcontained.zip
+examples/bbw/bbw_demo_selfcontained/*
 examples/bbw/examples/*-volume.dmat
 examples/bbw/examples/*-volume.mesh
-examples/upright/upright
 examples/principal_curvature/curvature
+examples/quicklook-mesh/Mesh.qlgenerator/*
+examples/upright/upright
 external/MeshFix/meshfix
 external/embree/build/*
-external/tetgen/tetgen
-external/tinyxml2/test
-external/tinyxml2/tinyxml2.pc
-external/yimg/showpng
-README.html
-tutorial/readme.html
-tutorial/*/build/*
-tutorial/data
-tutorial/*/Makefile
 external/glew/build
 external/glfw/build
-*buildXcode*
-tutorial/*/*.mexmaci64
 external/libpng/build
+external/medit/rebar.rbr
+external/tetgen/tetgen
 external/tinyxml2/build
-optional/build
+external/tinyxml2/test
+external/tinyxml2/tinyxml2.pc
+external/yimg/showpng
+iglhelpers.pyc
 lib
-tutorial/XXX_test/CMakeLists.txt
-tutorial/XXX_test/main.cpp
-python/py_igl/todo
-python/build
+libigl.zip
+optional/build
 python/.idea
-untitled
-Untitled.ipynb
 python/.ipynb_checkpoints
-python/py_igl/todo
 python/__pycache__
-iglhelpers.pyc
+python/build
 python/build2
-tests/build
-tests/bin
 python/build3
-*.pyc
 python/build4
-python/scripts/generated
 python/builddebug
-tutorial/.idea
 python/buildstatic
-tutorial/cmake-build-debug
-.vscode/
-.idea/
+python/py_igl/todo
+python/py_igl/todo
+python/scripts/generated
+scripts/change_name.sh
 site/
-*.egg-info/
-.vs/
+syntax: glob
+tests/bin
+tests/build
+tests/data
+tutorial/*/*.mexmaci64
+tutorial/*/Makefile
+tutorial/*/build/*
+tutorial/.idea
+tutorial/XXX_test/CMakeLists.txt
+tutorial/XXX_test/main.cpp
 tutorial/build
-build
+tutorial/cmake-build-debug
+tutorial/data
+tutorial/readme.html
+untitled