-
-
Notifications
You must be signed in to change notification settings - Fork 668
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (45 loc) · 682 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (45 loc) · 682 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
.DS_Store
*~
.*.swp
Doxyfile
patches/
doc/conky.1
README
build*/
doc/*.html
Makefile
CMakeCache.txt
CMakeFiles
cmake_install.cmake
cmake_uninstall.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
# Generated files
data/convertconf.h
data/defconfig.h
*.so
*.a
/config.h
/build.h
src/colour-names.hh
# Don't ignore NVML library
!3rdparty/nvml/**/lib/*.so
!3rdparty/nvml/**/lib/*.a
# Compiler cache
.cache
# Ignore (most) vscode stuff
.vscode/*
*.code-workspace
# Allow vscode recommended extensions
!.vscode/extensions.json
.idea/
# Ignore nix stuff
/result
# Ignore direnv
.direnv
# Built AppImages
/conky*.AppImage
/conky*.AppImage.sha256
# Built manual
/conky.1.gz
.codex/