File: .gitignore

package info (click to toggle)
libmongocrypt 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,572 kB
  • sloc: ansic: 70,067; python: 4,547; cpp: 615; sh: 460; makefile: 44; awk: 8
file content (55 lines) | stat: -rw-r--r-- 572 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
44
45
46
47
48
49
50
51
52
53
54
55
doc/html
doc/latex
test/schema.json

.vscode
# Default build directories
cmake-build
cmake-build-nocrypto
_build/

# CMake generated files
*.sln
*.vcxproj
*.vcxproj.filters
*.xcodeproj
CMakeCache.txt
CTestTestFile.cmake
CMakeFiles
CMakeScripts
Debug/*
Makefile
Win32/*
cmake_install.cmake
x64/*
Testing/
CPackConfig.cmake
CPackSourceConfig.cmake
dist_manifest.txt
*.sdf
.vs
install_manifest.txt

# Build artifacts.
*.a
*.dylib
*.gcda
*.gcno
*.gz
*.lo
*.o
*.pc
*.so
*.so.*

# Generated header
src/mongocrypt-export.h

# IDEs
.idea/

VERSION_CURRENT

.csfle
*.pyc
.DS_Store