File: .gitignore

package info (click to toggle)
mongo-c-driver 1.30.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 46,668 kB
  • sloc: ansic: 193,695; python: 6,539; sh: 755; makefile: 86; cpp: 76
file content (42 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
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
*.a
*.dylib
*.gcda
*.gcno
*.gz
*.o
*.lo
*.pc
*.so
*.so.*
.githooks
.scratch/
cmake-build
cmake_install.cmake
CMakeCache.txt
CMakeFiles
CPackConfig.cmake
CPackSourceConfig.cmake
CTestTestfile.cmake
_build/
dist_manifest.txt
test-results.json
*.pyc

# Windows things
*.sdf
*.sln
*.vcxproj*
.vs
Debug
install_manifest.txt
x64

# "dist" is produced during the release process
dist

# `secrets-export.sh` is created by the drivers-evergreen-tools `setup_secrets.sh` script.
# Ignore this file to reduce risk of committing credentials during local development.
secrets-export.sh

# A file that can be used to store secrets for Earthly
.secret