summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
commit19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch)
tree42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /.gitignore
parentInitial commit. (diff)
downloadceph-upstream/16.2.11+ds.tar.xz
ceph-upstream/16.2.11+ds.zip
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore84
1 files changed, 84 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..4c9ff3b26
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,84 @@
+*~
+*.co
+*.diff
+*.deb
+*.tar.gz
+*.tar.bz2
+*.dsc
+*.changes
+*.gcda
+*.gcov
+*.gcno
+*.generated.dot
+*.swp
+*.swo
+*.tmp
+*.orig
+*.patch
+!debian/patches/*.patch
+*.rej
+*.rpm
+*.pyc
+ceph.spec
+cscope.*
+gmon.out
+py-compile
+tags
+__pycache__/
+wheelhouse/
+.pytest_cache/
+
+# Files generated by crashed programs
+vgcore.*
+core
+*.core
+
+# Files generated by running tests
+*.log
+/src/td
+/src/vstart_environment.sh
+
+# alpine abuild things
+.abuild/
+alpine/APKBUILD
+
+# specific local dir files
+/build-doc
+
+# where is this from?
+web/*.html
+
+# dir from coverity tools
+cov-int/
+
+# gtags(1) generated files
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+/examples/librados/.libs/
+/examples/librados/librados_hello_world
+/examples/librados/librados_hello_world_c
+
+# common cmake build dir
+/build
+/build.*
+
+# editor backup files etc.
+\#*\#
+
+.idea
+
+.vscode
+
+# dashboard
+/src/pybind/mgr/dashboard/frontend/.protractor-report
+/src/pybind/mgr/dashboard/frontend/src/environments/environment.ts
+/src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts
+/src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf
+
+# mypy cache
+.mypy_cache/
+
+# Python building things where it shouldn't
+/src/python-common/build/