Add the shell scripts to git's ignore list
This commit is contained in:
parent
f075438bbe
commit
2953a90c55
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -42,3 +42,6 @@ nosetests.xml
|
||||||
|
|
||||||
# SQLite databases
|
# SQLite databases
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
||||||
|
# Shell scripts
|
||||||
|
*.sh
|
||||||
|
|
Loading…
Reference in a new issue