blob: 8b6222e3bd27d0ffd99f7615649e91dd393734a8 [file] [log] [blame]
Soniya Vyase6568292019-09-19 14:01:04 +05301# 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 Treinish2e309e62013-01-07 15:56:08 -05007AUTHORS
8ChangeLog
Justin Shepherd0d9bbd12011-08-11 12:57:44 -05009*.pyc
Masayuki Igawa01cce042016-06-27 12:59:37 +090010__pycache__/
Masayuki Igawa529740f2016-12-22 16:50:40 +090011etc/accounts.yaml
Masayuki Igawaa0c48462018-07-27 17:09:21 +090012etc/*.conf
Matthew Treinishc8a39b42015-07-27 17:07:37 -040013etc/tempest.conf.sample
Justin Shepherd0d9bbd12011-08-11 12:57:44 -050014include/swift_objects/swift_small
15include/swift_objects/swift_medium
16include/swift_objects/swift_large
17*.log
Jay Pipes7f757632011-12-02 15:53:32 -050018*.swp
Attila Fazekasa23f5002012-10-23 19:32:45 +020019*.swo
Matthew Treinish2e309e62013-01-07 15:56:08 -050020*.egg*
Brian Waldone7d48b42012-09-17 13:27:56 -070021.tox
Matthew Treinish8e937d72012-12-14 11:11:41 -050022.venv
Attila Fazekas5abb2532012-12-04 11:30:49 +010023dist
24build
Steve Baker605dfd32013-05-06 15:32:45 +120025.testrepository
Masayuki Igawad0b8ebd2017-09-14 14:51:25 -060026.stestr
Timofey Durakov678ea6a2016-02-05 20:32:28 +030027.idea
28.project
29.pydevproject
Masayuki Igawa70151e12014-03-17 11:09:27 +090030.coverage*
Masayuki Igawa3bb58e62014-03-28 08:08:13 +090031!.coveragerc
Masayuki Igawabed59732014-03-07 07:47:22 +090032cover/
Matthew Treinish1719dfe2015-08-24 17:55:09 -040033doc/source/_static/tempest.conf.sample
Ghanshyam Mannda3bb612020-05-04 20:52:01 -050034doc/source/plugins/plugin-registry.rst
Andrea Frittoli (andreaf)897ecfb2016-02-23 10:12:48 -050035
36# Files created by releasenotes build
37releasenotes/build