xref: /openbmc/phosphor-objmgr/.gitignore (revision 0aa15907)
1fb270c0bSBrad Bishop# Copyright (c) 2016 GitHub, Inc.
2fb270c0bSBrad Bishop#
3fb270c0bSBrad Bishop# Permission is hereby granted,  free of charge,  to any person obtaining a
4fb270c0bSBrad Bishop# copy of this software and associated documentation files (the "Software"),
5fb270c0bSBrad Bishop# to deal in the Software without restriction, including without limitation
6fb270c0bSBrad Bishop# the rights to  use, copy, modify, merge, publish, distribute, sublicense,
7fb270c0bSBrad Bishop# and/or sell copies of the Software, and to permit persons to whom the
8fb270c0bSBrad Bishop# Software is furnished to do so, subject to the following conditions:
9fb270c0bSBrad Bishop#
10fb270c0bSBrad Bishop# The above copyright notice and this permission notice shall be included in
11fb270c0bSBrad Bishop# all copies or substantial portions of the Software.
12fb270c0bSBrad Bishop#
13fb270c0bSBrad Bishop# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14fb270c0bSBrad Bishop# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15fb270c0bSBrad Bishop# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16fb270c0bSBrad Bishop# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17fb270c0bSBrad Bishop# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18fb270c0bSBrad Bishop# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19fb270c0bSBrad Bishop# DEALINGS IN THE SOFTWARE.
20fb270c0bSBrad Bishop
21fb270c0bSBrad Bishop# source: https://github.com/github/gitignore/blob/master/Python.gitignore
22fb270c0bSBrad Bishop
23fb270c0bSBrad Bishop# Byte-compiled / optimized / DLL files
24fb270c0bSBrad Bishop__pycache__/
25fb270c0bSBrad Bishop*.py[cod]
26fb270c0bSBrad Bishop*$py.class
27fb270c0bSBrad Bishop
28fb270c0bSBrad Bishop# C extensions
29fb270c0bSBrad Bishop*.so
30fb270c0bSBrad Bishop
31fb270c0bSBrad Bishop# Distribution / packaging
32fb270c0bSBrad Bishop.Python
33fb270c0bSBrad Bishopenv/
34fb270c0bSBrad Bishopbuild/
35fb270c0bSBrad Bishopdevelop-eggs/
36fb270c0bSBrad Bishopdist/
37fb270c0bSBrad Bishopdownloads/
38fb270c0bSBrad Bishopeggs/
39fb270c0bSBrad Bishop.eggs/
40fb270c0bSBrad Bishoplib/
41fb270c0bSBrad Bishoplib64/
42fb270c0bSBrad Bishopparts/
43fb270c0bSBrad Bishopsdist/
44fb270c0bSBrad Bishopvar/
45fb270c0bSBrad Bishop*.egg-info/
46fb270c0bSBrad Bishop.installed.cfg
47fb270c0bSBrad Bishop*.egg
48fb270c0bSBrad Bishop
49fb270c0bSBrad Bishop# PyInstaller
50fb270c0bSBrad Bishop#  Usually these files are written by a python script from a template
51fb270c0bSBrad Bishop#  before PyInstaller builds the exe, so as to inject date/other infos into it.
52fb270c0bSBrad Bishop*.manifest
53fb270c0bSBrad Bishop*.spec
54fb270c0bSBrad Bishop
55fb270c0bSBrad Bishop# Installer logs
56fb270c0bSBrad Bishoppip-log.txt
57fb270c0bSBrad Bishoppip-delete-this-directory.txt
58fb270c0bSBrad Bishop
59fb270c0bSBrad Bishop# Unit test / coverage reports
60fb270c0bSBrad Bishophtmlcov/
61fb270c0bSBrad Bishop.tox/
62fb270c0bSBrad Bishop.coverage
63fb270c0bSBrad Bishop.coverage.*
64fb270c0bSBrad Bishop.cache
65fb270c0bSBrad Bishopnosetests.xml
66fb270c0bSBrad Bishopcoverage.xml
67fb270c0bSBrad Bishop*,cover
68fb270c0bSBrad Bishop.hypothesis/
69fb270c0bSBrad Bishop
70fb270c0bSBrad Bishop# Translations
71fb270c0bSBrad Bishop*.mo
72fb270c0bSBrad Bishop*.pot
73fb270c0bSBrad Bishop
74fb270c0bSBrad Bishop# Django stuff:
75fb270c0bSBrad Bishop*.log
76fb270c0bSBrad Bishop
77fb270c0bSBrad Bishop# Sphinx documentation
78fb270c0bSBrad Bishopdocs/_build/
79fb270c0bSBrad Bishop
80fb270c0bSBrad Bishop# PyBuilder
81fb270c0bSBrad Bishoptarget/
82fb270c0bSBrad Bishop
83fb270c0bSBrad Bishop#Ipython Notebook
84fb270c0bSBrad Bishop.ipynb_checkpoints
85fb270c0bSBrad Bishop
86fb270c0bSBrad Bishop*.swo
87fb270c0bSBrad Bishop*.swp
88f43e5d68SBrad Bishop
89f43e5d68SBrad Bishop.deps*
90f43e5d68SBrad Bishop.libs*
91f43e5d68SBrad BishopMakefile
92f43e5d68SBrad BishopMakefile.in
93f43e5d68SBrad Bishopaclocal.m4
943b025e69SAndrew Geissleraminclude_static.am
95f43e5d68SBrad Bishopar-lib
96f43e5d68SBrad Bishop*-libtool
97f43e5d68SBrad Bishopautom4te.cache*
98f43e5d68SBrad Bishopcompile
99f43e5d68SBrad Bishopconfig.*
100f43e5d68SBrad Bishopconfigure
101f43e5d68SBrad Bishopdepcomp
102f43e5d68SBrad Bishopinstall-sh
103f43e5d68SBrad Bishopltmain.sh
104f43e5d68SBrad Bishopmissing
105f43e5d68SBrad Bishopstamp-h1
106f43e5d68SBrad Bishop*.la
107f43e5d68SBrad Bishop*.lo
108f43e5d68SBrad Bishop*.o
109f43e5d68SBrad Bishopm4/
110f43e5d68SBrad Bishopmapper
111296395c1SGunnar Mills!mapper/
112f43e5d68SBrad Bishopsetup.py
113f9a17181SMatt Spinlermapperx
114686ae77aSMatt Spinler.dirstamp
115686ae77aSMatt Spinler*.trs
116686ae77aSMatt Spinlertest-driver
117686ae77aSMatt Spinlersrc/test/associations
118686ae77aSMatt Spinlersrc/test/interfaces_added
119686ae77aSMatt Spinlersrc/test/need_to_introspect
120686ae77aSMatt Spinlersrc/test/well_known
121686ae77aSMatt Spinlersrc/test/name_change
122*0aa15907SBrad Bishopbuild*/
123*0aa15907SBrad Bishopsubprojects/*
124*0aa15907SBrad Bishop!subprojects/*.wrap
125