aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: f824d253f791094f0e7e324a4c8099556b9d0b98 (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
# git ls-files --others --exclude-from=.git/info/exclude
#./.dub/**
*
!.gitignore
!makefile
!version.txt
!dub*.json
!dub.sdl
.dub/**
!tangle
!*.org
!*.d
!*.txt
!*.sst
!conf.sdl
!sisu_document_make
!org
!src
!src/*
!sisudoc
!views
!docs/*.html
!**/
**/.#*
#!*/
#*~
#\#*
#*.\#*