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