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