Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael De La Rue <butigh.margoteen@dfgh.net>2017-06-28 20:58:22 +0300
committerToshio Kuratomi <a.badger@gmail.com>2017-06-28 20:58:22 +0300
commit56d33a2967231f954e788ff40763e4591ee88907 (patch)
treecf6d538378cc7d7047705a8a28fca51319f28fd2 /.gitignore
parent1f3755f86bf8603be1b7b4ea75c0aa9d683e0060 (diff)
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--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3f19acdfc4f..3a099e69e47 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