1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Corrected regex to ignore shell files in root dir

This commit is contained in:
Jeremy Stretch
2016-06-27 22:48:24 -04:00
parent df01947c9e
commit 9aa0972a8c

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
*.pyc *.pyc
configuration.py configuration.py
.idea .idea
./*.sh /*.sh
fabfile.py fabfile.py