File: .gitignore

package info (click to toggle)
consensuscore 1.1.1%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,492 kB
  • sloc: cpp: 38,945; python: 2,083; ansic: 543; sh: 184; makefile: 91; cs: 10
file content (16 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
make/Config.mk
*.o
*.d
build*/
.project
.cproject
.settings
ConsensusCore.xcodeproj
*~
bin/
obj/
/.p4config

# Meson WrapDB stuff
subprojects/packagecache/
subprojects/googletest*