Changed gitignore in order to untrack extensionless files
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
# All files without file extension, in order to make extensionless executables cause Linux
|
||||||
|
*
|
||||||
|
!*/
|
||||||
|
!*.*
|
||||||
|
|
||||||
# ---> Python
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
@@ -173,4 +178,5 @@ cabal.project.local~
|
|||||||
.ghc.environment.*
|
.ghc.environment.*
|
||||||
|
|
||||||
# VS code
|
# VS code
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user