diff options
author | Michael De La Rue <butigh.margoteen@dfgh.net> | 2017-06-28 18:58:22 +0100 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-06-28 10:58:22 -0700 |
commit | 56d33a2967231f954e788ff40763e4591ee88907 (patch) | |
tree | cf6d538378cc7d7047705a8a28fca51319f28fd2 /.gitignore | |
parent | 1f3755f86bf8603be1b7b4ea75c0aa9d683e0060 (diff) | |
download | ansible-56d33a2967231f954e788ff40763e4591ee88907.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3f19acdfc4..3a099e69e4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,10 @@ *.py[co] build AUTHORS.TXT -# Emacs backup files... +# Emacs backup and autosave files... *~ .\#* +\#* # RPM stuff... MANIFEST dist |