diff --git a/.gitignore b/.gitignore index d2a30b6..e819702 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ \ No newline at end of file +.vscode/ +