-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (59 loc) · 1.29 KB
/
Copy path.gitignore
File metadata and controls
71 lines (59 loc) · 1.29 KB
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
64
65
66
67
68
69
70
71
# =============================================
# MusicLib .gitignore
# =============================================
# This project's source and runtime data are
# co-located under ~/musiclib/. This file
# ensures only source/development files are
# tracked, while personal data, build output,
# and runtime artifacts are excluded.
# =============================================
# ----- Build artifacts -----
build/
*.o
*.so
*.so.*
*.a
*.dylib
# ------ Claude artifacts ------------
CLAUDE.md
CLAUDE.MD
.claude/
# ----- Deliverables (non-essential project docs) -----
deliverables/
# CMake generated files (safety net for
# out-of-tree cmake runs outside build/)
CMakeCache.txt
cmake_install.cmake
cmake_uninstall.cmake
install_manifest.txt
CMakeFiles/
CTestTestfile.cmake
Makefile
# NOTE: Do NOT use a blanket *.cmake rule here.
# That would exclude source files in cmake/
# (e.g. cmake_uninstall.cmake.in,
# MusicLibConfig.cmake.in).
# ----- Runtime data (personal/live) -----
data/
playlists/
logs/
skills/
# ----- Test output -----
Testing/
# ----- IDE and editor metadata -----
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# ----- Temporary files -----
*.tmp
*.log
# ------Dolphin metadata
.directory
# ----- Qt Creator -----
*.user
*.user.*
# ----- AUR packaging (lives in separate AUR git repos) -----
pkg/