-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (43 loc) · 711 Bytes
/
Copy path.gitignore
File metadata and controls
51 lines (43 loc) · 711 Bytes
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
# Build directories
build/
cmake-build-*/
out/
# Generated files (auto-generated by CMake from .in templates)
# Only commit the .in templates, not the generated files
include/databricks/version.h
Doxyfile
vcpkg.json
# Documentation
docs/html/
docs/latex/
# Environment variables (contains secrets!)
.env
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Compiled files
*.o
*.a
*.so
*.dylib
*.dll
*.exe
# CMake generated files (in build directory)
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
build/Makefile
*.cmake
!CMakeLists.txt
!cmake/*.cmake.in
# Keep root Makefile (it's a wrapper, not generated by CMake)
!Makefile
# Testing
Testing/
CTestTestfile.cmake
# Installation
install_manifest.txt