gitignore: Add '.exe' files.
parent
b9669d9cbf
commit
752697db86
|
|
@ -1,6 +1,9 @@
|
||||||
TAGS
|
TAGS
|
||||||
Error_file.txt
|
Error_file.txt
|
||||||
|
|
||||||
|
# Windows executable file
|
||||||
|
*.exe
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/python
|
# Created by https://www.toptal.com/developers/gitignore/api/python
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=python
|
# Edit at https://www.toptal.com/developers/gitignore?templates=python
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue