File: .gitignore

package info (click to toggle)
tilemaker 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 78,284 kB
  • sloc: cpp: 28,715; ansic: 4,052; makefile: 180; ruby: 77; sh: 6
file content (21 lines) | stat: -rw-r--r-- 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# object files created during the build and the output binary itself
*.o
tilemaker
tilemaker-server
build/
tilemaker.dSYM/

# editor temporaries
*~

# vagrant local stuff
.vagrant/

# protocol buffers generated headers
include/osmformat.pb.h
include/vector_tile.pb.h

# downloaded data
coastline
landcover
/test.*