This website works better with JavaScript
Home
Explore
Help
Sign In
zorun
/
netbox
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Corrected regex to ignore shell files in root dir
Jeremy Stretch
9 years ago
parent
df01947c9e
commit
9aa0972a8c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.gitignore
+ 1
- 1
.gitignore
View File
@@ -1,6 +1,6 @@
*.pyc
configuration.py
.idea
-
.
/*.sh
+/*.sh
fabfile.py