Changed gitignore in order to untrack extensionless files

This commit is contained in:
2021-12-10 15:24:29 +01:00
parent cb14a763e1
commit 7af7c853c2

8
.gitignore vendored
View File

@@ -1,3 +1,8 @@
# All files without file extension, in order to make extensionless executables cause Linux
*
!*/
!*.*
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
@@ -173,4 +178,5 @@ cabal.project.local~
.ghc.environment.*
# VS code
.vscode/
.vscode/