-
Notifications
You must be signed in to change notification settings - Fork 352
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (58 loc) · 826 Bytes
/
.gitignore
File metadata and controls
63 lines (58 loc) · 826 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
52
53
54
55
56
57
58
59
60
61
62
63
*~
~*
*.log
.DS_Store
node_modules
bak
dist
build*
!docs/build/
!docs/build/*.md
!packaging/conda-forge/build.sh
private
doxygen2md
_book
_deps
# CMake in-source build artifacts (use out-of-source builds)
**/CMakeFiles/
CMakeCache.txt
cmake_install.cmake
cmake_uninstall.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
CMakeDoxyfile.in
CMakeDoxygenDefaults.cmake
Makefile
compile_commands.json
CMakeUserPresets.json
*.pc
libsourcey.h
LibSourceyConfig.cmake
LibSourceyConfigVersion.cmake
# Test output
*.mp2
*.mp4
!data/test.mp4
*.flv
*.mkv
*.avi
*.pcm
*.wav
*.aac
*.raw
.plans
# Local Python environments
.venv
.venv*/
venv
venv*/
__pycache__/
*.pyc
# Arch package build artifacts
packaging/arch/pkg/
packaging/arch/src/
packaging/arch/*.pkg.tar.*
packaging/arch/*.src.tar.*
packaging/arch/*.tar.gz
# Wrangler
.wrangler/