-
-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·53 lines (41 loc) · 808 Bytes
/
.gitignore
File metadata and controls
executable file
·53 lines (41 loc) · 808 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
CMakeLists.txt.user
CMakeLists.txt.user.
CMakeLists.txt.user.1.3
CTestConfig.cmake.user
compile_commands.json
xcode*/
build*/
cmake/Install.cmake.user
qtcreatorbuild/
*.orig
install
*~
*.swp
*.bak
*.h#
\.build-tools\.cson
\.clang_complete
src/DGtal/shapes/doc/\.#packageShapes\.dox
src/DGtal/shapes/doc/#packageShapes\.dox#
tests/base/testTrace2\.cpp
tests/base/testTrace3\.cpp
tests/io/readers/#testGenericReader\.cpp#
src/DGtal/io/writers/\.#MagickWriter\.h
.DS_Store
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Deploy artifacts
wrap/deploy/_skbuild/
wrap/deploy/dist/
wrap/deploy/dgtal.egg-info/
.github/workflows/index.md
CMakeCache.txt
CMakeFiles/
b2/
examples/samples/bunny-512.vol
src/DGtal/dec/doc/images/poly/paf.png
src/cppclean.log
.vscode/
.cache/