aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: dc50ab24bafc3b1a847e4ee2ac6c7701a6f1931f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# git ls-files --others --exclude-from=.git/info/exclude
#./.dub/**
.dub/**
*
!.gitignore
!makefile
!version.txt
!./dub.json
!tangle
!*.org
!*.d
!*.txt
!org
!src
!views
!**/
**/.#*
#!*/
#*~
#\#*
#*.\#*