David K. Bainbridge | 8b17904 | 2016-11-30 15:38:42 -0800 | [diff] [blame] | 1 | # Ignore the generated password storage area |
| 2 | passwords |
| 3 | |
| 4 | # Ignore Ansible retry files |
| 5 | *.retry |
| 6 | |
| 7 | # Ignore vim swap files |
| 8 | *.swp |
| 9 | |
| 10 | # Ignore Gradle build files |
| 11 | .gradle |
| 12 | |
| 13 | ## Compiled Object files, Static and Dynamic libs (Shared Objects) |
David K. Bainbridge | b541504 | 2016-05-13 17:06:10 -0700 | [diff] [blame] | 14 | *.o |
| 15 | *.a |
| 16 | *.so |
| 17 | |
| 18 | # Folders |
| 19 | _obj |
| 20 | _test |
| 21 | |
| 22 | # Architecture specific extensions/prefixes |
| 23 | *.[568vq] |
| 24 | [568vq].out |
| 25 | |
| 26 | *.cgo1.go |
| 27 | *.cgo2.c |
| 28 | _cgo_defun.c |
| 29 | _cgo_gotypes.go |
| 30 | _cgo_export.* |
| 31 | |
| 32 | _testmain.go |
| 33 | |
| 34 | *.exe |
| 35 | *.test |
| 36 | *.prof |
| 37 | bin |
| 38 | src |
| 39 | maas-flow |
| 40 | # Byte-compiled / optimized / DLL files |
| 41 | __pycache__/ |
| 42 | *.py[cod] |
| 43 | *$py.class |
| 44 | |
| 45 | # C extensions |
| 46 | *.so |
| 47 | |
| 48 | # Distribution / packaging |
| 49 | .Python |
| 50 | env/ |
| 51 | build/ |
| 52 | develop-eggs/ |
| 53 | dist/ |
| 54 | downloads/ |
| 55 | eggs/ |
| 56 | .eggs/ |
| 57 | lib/ |
| 58 | lib64/ |
| 59 | parts/ |
| 60 | sdist/ |
| 61 | var/ |
| 62 | *.egg-info/ |
| 63 | .installed.cfg |
| 64 | *.egg |
| 65 | |
| 66 | # PyInstaller |
| 67 | # Usually these files are written by a python script from a template |
| 68 | # before PyInstaller builds the exe, so as to inject date/other infos into it. |
| 69 | *.manifest |
| 70 | *.spec |
| 71 | |
| 72 | # Installer logs |
| 73 | pip-log.txt |
| 74 | pip-delete-this-directory.txt |
| 75 | |
| 76 | # Unit test / coverage reports |
| 77 | htmlcov/ |
| 78 | .tox/ |
| 79 | .coverage |
| 80 | .coverage.* |
| 81 | .cache |
| 82 | nosetests.xml |
| 83 | coverage.xml |
| 84 | *,cover |
| 85 | .hypothesis/ |
| 86 | |
| 87 | # Translations |
| 88 | *.mo |
| 89 | *.pot |
| 90 | |
| 91 | # Django stuff: |
| 92 | *.log |
| 93 | |
| 94 | # Sphinx documentation |
| 95 | docs/_build/ |
| 96 | |
| 97 | # PyBuilder |
| 98 | target/ |
| 99 | |
| 100 | #Ipython Notebook |
| 101 | .ipynb_checkpoints |