forked from hobuinc/laz-perf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (61 loc) · 1.01 KB
/
.gitignore
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
lazperf/lazperf
*.o
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
lazperf-config.cmake
lazperf-configVersion.cmake
Makefile
install_manifest.txt
test/lazperf_tests
examples/simple
examples/point10
examples/readlaz
examples/dynamic
benchmarks/brute
benchmarks/brute_point10
benchmarks/laszip
.DS_Store
*.js
*.js.map
.vagrant/
CTestTestfile.cmake
Testing/
emscripten/autzen.laz
emscripten/haloe.laz
test/raw-sets/SpaceShuttle.laz
test/raw-sets/haloe.laz
# test files we don't need to version control
/test/raw-sets/autzen.la?
*.vcxproj
*.filters
*.opensdf
*.sdf
*.sln
*.suo
*.log
*.lastbuildstate
*.tlog
*.exe
*.ilk
*.pdb
*.obj
*.vcxproj.user
*.dll
*.js.mem
python/VERSION.txt
python/build
python/lazperf.egg-info
python/lazperf/*.pyc
python/lazperf/pylazperfapi.cpp
python/lazperf/pylazperfapi.so
python/test/*.pyc
python/dist
python/.eggs/
*__pycache__*
test/test_main.hpp
x64/Release/ALL_BUILD/ALL_BUILD.vcxprojResolveAssemblyReference.cache
test/gtest/gtest-1.7.0/Release/gtest_main.lib
LAZPERF.VC.VC.opendb
build-js/
build-wasm/