aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 9d6ef0a48d90ddb1de2d06476c5b42acd2b165ae (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
!tangle
!*.org
!*.d
!*.txt
!*.json
!org
!src
!views
!**/
**/.#*
#!*/
#*~
#\#*
#*.\#*