blob: 733955abdcdd78d06bf6aceed0e7b9f2bd37b92e [file] [log] [blame]
Richard Burtondc0c6ed2020-04-08 16:39:05 +01001# Created by .ignore support plugin (hsz.mobi)
2### C++ template
3# Prerequisites
4*.d
5
6# Compiled Object files
7*.slo
8*.lo
9*.o
10*.obj
11
12# Precompiled Headers
13*.gch
14*.pch
15
16# Compiled Dynamic libraries
17*.so
18*.dylib
19*.dll
20
21# Fortran module files
22*.mod
23*.smod
24
25# Compiled Static libraries
26*.lai
27*.la
28*.a
29*.lib
30
31# Executables
32*.exe
33*.out
34*.app
35### Python template
36# Byte-compiled / optimized / DLL files
37__pycache__/
38*.py[cod]
39*$py.class
40
41# C extensions
42*.so
43*.o
44
45# Distribution / packaging
46.Python
47build/
48develop-eggs/
49dist/
50downloads/
51eggs/
52.eggs/
53lib/
54lib64/
55parts/
56sdist/
57var/
58wheels/
59*.egg-info/
60.installed.cfg
61*.egg
62MANIFEST
63
64# Documentation
65docs
66
67# PyInstaller
68# Usually these files are written by a python script from a template
69# before PyInstaller builds the exe, so as to inject date/other infos into it.
70*.manifest
71*.spec
72
73# Installer logs
74pip-log.txt
75pip-delete-this-directory.txt
76
77# Unit test / coverage reports
78htmlcov/
79.tox/
80.coverage
81.coverage.*
82.cache
83nosetests.xml
84coverage.xml
85*.cover
86.hypothesis/
87.pytest_cache/
88
89# Translations
90*.mo
91*.pot
92
93# Django stuff:
94*.log
95local_settings.py
96db.sqlite3
97
98# Flask stuff:
99instance/
100.webassets-cache
101
102# Scrapy stuff:
103.scrapy
104
105# Sphinx documentation
106docs/_build/
107
108# PyBuilder
109target/
110
111# Jupyter Notebook
112.ipynb_checkpoints
113
114# pyenv
115.python-version
116
117# celery beat schedule file
118celerybeat-schedule
119
120# SageMath parsed files
121*.sage.py
122
123# Environments
124.env
125.venv
126env/
127venv/
128ENV/
129env.bak/
130venv.bak/
131
132# Spyder project settings
133.spyderproject
134.spyproject
135
136# Rope project settings
137.ropeproject
138
139# mkdocs documentation
140/site
141
142# mypy
143.mypy_cache/
144### JetBrains template
145# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
146# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
147
148# User-specific stuff
149.idea/**/workspace.xml
150.idea/**/tasks.xml
151.idea/**/usage.statistics.xml
152.idea/**/dictionaries
153.idea/**/shelf
154
155# Sensitive or high-churn files
156.idea/**/dataSources/
157.idea/**/dataSources.ids
158.idea/**/dataSources.local.xml
159.idea/**/sqlDataSources.xml
160.idea/**/dynamic.xml
161.idea/**/uiDesigner.xml
162.idea/**/dbnavigator.xml
163
164# Gradle
165.idea/**/gradle.xml
166.idea/**/libraries
167
168# Gradle and Maven with auto-import
169# When using Gradle or Maven with auto-import, you should exclude module files,
170# since they will be recreated, and may cause churn. Uncomment if using
171# auto-import.
172# .idea/modules.xml
173# .idea/*.iml
174# .idea/modules
175
176# CMake
177cmake-build-*/
178
179# Mongo Explorer plugin
180.idea/**/mongoSettings.xml
181
182# File-based project format
183*.iws
184
185# IntelliJ
186out/
187
188# mpeltonen/sbt-idea plugin
189.idea_modules/
190
191# JIRA plugin
192atlassian-ide-plugin.xml
193
194# Cursive Clojure plugin
195.idea/replstate.xml
196
197# Crashlytics plugin (for Android Studio and IntelliJ)
198com_crashlytics_export_strings.xml
199crashlytics.properties
200crashlytics-build.properties
201fabric.properties
202
203# Editor-based Rest Client
204.idea/httpRequests
205
206generated_cxx/*
207!generated_cxx/.keep
208
209src/pyarmnn/_generated/*
210!src/pyarmnn/_generated/.keep
211!src/pyarmnn/_generated/*.py
212!src/pyarmnn/_generated/*.cpp
213.idea
214**/include