Soniya Vyas | e656829 | 2019-09-19 14:01:04 +0530 | [diff] [blame] | 1 | # Don't add patterns to exclude files created by preferred personal tools |
| 2 | # (editors, IDEs, your operating system itself even). These should instead be |
| 3 | # maintained outside the repository, for example in a ~/.gitignore file added |
| 4 | # with: |
| 5 | # |
| 6 | # git config --global core.excludesfile '~/.gitignore' |
Matthew Treinish | 2e309e6 | 2013-01-07 15:56:08 -0500 | [diff] [blame] | 7 | AUTHORS |
| 8 | ChangeLog |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 9 | *.pyc |
Masayuki Igawa | 01cce04 | 2016-06-27 12:59:37 +0900 | [diff] [blame] | 10 | __pycache__/ |
Masayuki Igawa | 529740f | 2016-12-22 16:50:40 +0900 | [diff] [blame] | 11 | etc/accounts.yaml |
Masayuki Igawa | a0c4846 | 2018-07-27 17:09:21 +0900 | [diff] [blame] | 12 | etc/*.conf |
Matthew Treinish | c8a39b4 | 2015-07-27 17:07:37 -0400 | [diff] [blame] | 13 | etc/tempest.conf.sample |
Justin Shepherd | 0d9bbd1 | 2011-08-11 12:57:44 -0500 | [diff] [blame] | 14 | include/swift_objects/swift_small |
| 15 | include/swift_objects/swift_medium |
| 16 | include/swift_objects/swift_large |
| 17 | *.log |
Jay Pipes | 7f75763 | 2011-12-02 15:53:32 -0500 | [diff] [blame] | 18 | *.swp |
Attila Fazekas | a23f500 | 2012-10-23 19:32:45 +0200 | [diff] [blame] | 19 | *.swo |
Matthew Treinish | 2e309e6 | 2013-01-07 15:56:08 -0500 | [diff] [blame] | 20 | *.egg* |
Brian Waldon | e7d48b4 | 2012-09-17 13:27:56 -0700 | [diff] [blame] | 21 | .tox |
Matthew Treinish | 8e937d7 | 2012-12-14 11:11:41 -0500 | [diff] [blame] | 22 | .venv |
Attila Fazekas | 5abb253 | 2012-12-04 11:30:49 +0100 | [diff] [blame] | 23 | dist |
| 24 | build |
Steve Baker | 605dfd3 | 2013-05-06 15:32:45 +1200 | [diff] [blame] | 25 | .testrepository |
Masayuki Igawa | d0b8ebd | 2017-09-14 14:51:25 -0600 | [diff] [blame] | 26 | .stestr |
Timofey Durakov | 678ea6a | 2016-02-05 20:32:28 +0300 | [diff] [blame] | 27 | .idea |
| 28 | .project |
| 29 | .pydevproject |
Masayuki Igawa | 70151e1 | 2014-03-17 11:09:27 +0900 | [diff] [blame] | 30 | .coverage* |
Masayuki Igawa | 3bb58e6 | 2014-03-28 08:08:13 +0900 | [diff] [blame] | 31 | !.coveragerc |
Masayuki Igawa | bed5973 | 2014-03-07 07:47:22 +0900 | [diff] [blame] | 32 | cover/ |
Matthew Treinish | 1719dfe | 2015-08-24 17:55:09 -0400 | [diff] [blame] | 33 | doc/source/_static/tempest.conf.sample |
Ghanshyam Mann | da3bb61 | 2020-05-04 20:52:01 -0500 | [diff] [blame] | 34 | doc/source/plugins/plugin-registry.rst |
Andrea Frittoli (andreaf) | 897ecfb | 2016-02-23 10:12:48 -0500 | [diff] [blame] | 35 | |
| 36 | # Files created by releasenotes build |
| 37 | releasenotes/build |