fix gitignore so it only stashes with ext

master
bel 2022-10-20 07:44:26 -06:00
parent 6d0181264c
commit 289ea98ece
1 changed files with 3 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,9 +1,9 @@
/**/*.sw* /**/*.sw*
# all # all
* **/*
# un-ignore # un-ignore
!*.* !**/*.*
!*/ !**/*/