aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: a929535b0ba23ad23b3bd2d7bdd62118feaece4c (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
# git ls-files --others --exclude-from=.git/info/exclude
#./.dub/**
*
!.gitignore
!makefile
!version.txt
!dub*.json
!dub.sdl
!tangle
!*.org
!*.d
!*.txt
!conf.sdl
!org
!src
!src/*
!data
!data/*
!data/sisupod/**
!data/sisudir/**
!*.sst
!*.ssm
!**/*.sst
!**/*.ssm
!sisupod.manifest
!sisu_document_make
!config_local_site
!sisu_document_make.toml
!config_local_site.toml
!sisudoc
!views
!docs/*.html
.dub/**
.reggae/**
tmp/**
*_
*~
\#*
*.\#*
#!*/
#*~
#\#*
#*.\#*