aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 5fe2136aa42c01da48006124feaedec4e79d724f (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
52
53
54
# git ls-files --others --exclude-from=.git/info/exclude
#./.dub/**
*
!.gitignore
!COPYRIGHT
!README
!makefile
!version.txt
!dub*.json
!dub.sdl
!meson.build
!tangle
!*.org
!*.d
!*.txt
!*.rb
!conf.sdl
!org
!util
!src
!src/doc_reform
!src/doc_reform/*
!data
!data/*
!data/src/**
!data/pod/**
!*.sst
!*.ssm
!**/*.sst
!**/*.ssm
!subprojects
!**/*.wrap
!subprojects/*.wrap
!pod.manifest
!sisu_document_make
!config_local_site
!sisu_document_make.toml
!config_local_site.toml
!sisudoc
!views
!docs/*.html
.dub/**
tmp/**
*_.org
*_.d
*_.txt
*_
*~
\#*
*.\#*
#!*/
#*~
#\#*
#*.\#*