Fix hacking/test-module to allow running modules with pdb (#23339)

* Fix hacking/test-module to allow running modules with pdb

* add emacs autosave files to gitignore
This commit is contained in:
Michael De La Rue
2017-06-28 18:58:22 +01:00
committed by Toshio Kuratomi
parent 1f3755f86b
commit 56d33a2967
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@@ -2,9 +2,10 @@
*.py[co]
build
AUTHORS.TXT
# Emacs backup files...
# Emacs backup and autosave files...
*~
.\#*
\#*
# RPM stuff...
MANIFEST
dist