summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d70a7631cf7cffd0f6ed8f1127e386017c101e89 (plain)
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
# Ignore build artifacts
build/
version
nyxt*
Nyxt.app

# Ignore PNG and XCF
*.xcf
*.png
# Except for these folders
!libraries/prompter/*.png
!libraries/theme/*.png

# Ignore compiled lisp files
*.FASL
*.fasl
*.fas
*.lisp-temp
*.dfsl
*.pfsl
*.d64fsl
*.p64fsl
*.lx64fsl
*.lx32fsl
*.dx64fsl
*.dx32fsl
*.fx64fsl
*.fx32fsl
*.sx64fsl
*.sx32fsl
*.wx64fsl
*.wx32fsl

# Generated doc
manual.html

# Ignore flake lockfile
flake.lock

# Ignore etags/ctags
TAGS

# Ignore C object files and libraries
*.o
*.so

# Ignore flatpak build files
.flatpak-builder/
/build
nyxt-flatpak-repository/
*.flatpak