blob: 4e1ec9d2ac1e2ebafdd8c02c2d89c10377a35eda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
CMakeCache.txt
**/CMakeFiles
**/__pycache__
cmake_uninstall.cmake
cmake_install.cmake
config.h
/Makefile
src/**/Makefile
.ninja*
*.ninja
2geom.pc
src/toys/*
!src/toys/*.cpp
!src/toys/data
!src/toys/svgd
!src/toys/*.h
!src/toys/*.svg
!src/toys/*.svgd
!src/toys/*.hand
!src/toys/*.rb
!src/toys/*.py
doc/html/
doc/latex/
doxygen_warnings.log
Testing
CTestTestfile.cmake
src/tests/*-test
src/tests/*-test.exe
src/performance-tests/*-test
src/performance-tests/*-test.exe
src/cython-bindings/cython_debug
install_manifest.txt
*.cxx
*.so.*
*.so
*.a
*.dll
*.pyd
*.tar.bz2
*.sig
|