Improve .gitignore.
This commit is contained in:
parent
07c98eae50
commit
e7ea89928f
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -16,6 +16,10 @@ man/man?/*.html
|
|||
*.o
|
||||
*.hi
|
||||
*.pyc
|
||||
.hie/
|
||||
.policeman-evidence/
|
||||
.projectile/
|
||||
.vscode/
|
||||
/COPYING.rtf
|
||||
/COPYRIGHT.txt
|
||||
/cabal-dev/
|
||||
|
@ -28,3 +32,4 @@ data/reference.odt
|
|||
/stack.yaml.lock
|
||||
cabal.project.local
|
||||
/dist-newstyle/
|
||||
pandoc-2*/
|
||||
|
|
Loading…
Add table
Reference in a new issue