forked from google/mathfu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (37 loc) · 681 Bytes
/
.gitignore
File metadata and controls
37 lines (37 loc) · 681 Bytes
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
**/bin/**
**/libs/**
**/obj/**
*.pyc
apks/**
docs/html/
docs/linklint_results/
CMakeCache.txt
CMakeFiles
CMakeScripts/
Makefile
MathFu.build/
MathFu.xcodeproj/
benchmarks/CMakeFiles
benchmarks/Debug/
benchmarks/Makefile
benchmarks/MathFu.build/
benchmarks/Release/
benchmarks/cmake_install.cmake
benchmarks/matrix_*benchmarks
benchmarks/vector_*benchmarks
unit_tests/CMakeFiles/
unit_tests/Debug/
unit_tests/Makefile
unit_tests/MathFu.build/
unit_tests/Release/
unit_tests/cmake_install.cmake
unit_tests/matrix_*tests
unit_tests/quaternion_*tests
unit_tests/vector_*tests
build.xml
cmake_install.cmake
googletest/
local.properties
proguard-project.txt
project.properties
.DS_Store