Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Hughes <67643395+chughes-pika@users.noreply.github.com>2022-11-26 09:33:48 +0300
committerGitHub <noreply@github.com>2022-11-26 09:33:48 +0300
commitf4bc415fa9d0042523c93f5d47728199dc2cb39d (patch)
tree1e33610d61dfd1b50cfd55e09fe2f17378d3cfc3 /.gitignore
parentbb5b4d90cb372288f157eb9c3c2b9cc6c6ad2df4 (diff)
Adding a simple Conan+CMake example (#837)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 25cbf9a..4f4d38d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
*_pb2.py
*~
*.tar.gz
+*.swp
.sconsign.dblite
config.log
.sconf_temp
@@ -29,3 +30,4 @@ generator/nanopb_pb2.pyc
!generator-bin/**/*
bazel-*
extra/poetry/build
+build/