More gitignore tweaks.
The old system didn't work with projectile.
This commit is contained in:
parent
45e2e0d018
commit
ee1fdc17d9
1 changed files with 15 additions and 1 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,4 +1,12 @@
|
||||||
*
|
/*.*
|
||||||
|
/build-artifacts*
|
||||||
|
/dist-newstyle
|
||||||
|
/dist
|
||||||
|
/.stack-work
|
||||||
|
/ctags
|
||||||
|
/LOG
|
||||||
|
/TAGS
|
||||||
|
/bench-*
|
||||||
!.circleci/**
|
!.circleci/**
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
!.gitattributes
|
!.gitattributes
|
||||||
|
@ -41,3 +49,9 @@
|
||||||
!trypandoc/**
|
!trypandoc/**
|
||||||
!windows/**
|
!windows/**
|
||||||
*.bkp
|
*.bkp
|
||||||
|
*.orig
|
||||||
|
*.o
|
||||||
|
*.hi
|
||||||
|
*.dyn_o
|
||||||
|
*.dyn_hi
|
||||||
|
*~
|
||||||
|
|
Loading…
Reference in a new issue