File: .gitignore

package info (click to toggle)
colmap 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,104 kB
  • sloc: cpp: 89,779; ansic: 17,774; python: 2,802; makefile: 154; sh: 98
file content (43 lines) | stat: -rwxr-xr-x 405 bytes parent folder | download | duplicates (3)
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
# Custom files
LocalConfig.cmake
src/util/version.h

# Custom directories
.idea/
.vscode
.DS_Store
build*/
install-debug/
install-release/
data/
doc/_build

# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app