diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-04-25 23:13:35 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2016-04-26 07:37:25 -0400 |
commit | 44a42f6d4f68742914c0b5b5976593ae8c67a693 (patch) | |
tree | b406c5b98ff755dbebe7309422b75b19594720a5 /.gitignore | |
parent | step3 (diff) |
dub config
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,13 +1,18 @@ # git ls-files --others --exclude-from=.git/info/exclude +#./.dub/** +.dub/** * !.gitignore !makefile +!version.txt !tangle !*.org !*.d !*.txt +!*.json !org -!lib +!src +!views !**/ **/.#* #!*/ |