Add .gitignore to repo

It was there since day one, but I forgot to exclude it from the gitignore itself. Well, it happens.
master
Yury Kurlykov 2020-04-28 12:04:52 +10:00
parent afe6c8d244
commit 5266ebed21
Signed by: t1meshift
GPG Key ID: B133F3167ABF94D8
1 changed files with 6 additions and 0 deletions

6
jasminesnake/lex/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*
!.gitignore
!JavaScriptBaseLexer.py
!JavaScriptBaseParser.py
!ErrorListeners.py
!__init__.py