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

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2020-08-13 11:56:04 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2020-08-28 19:33:26 +0300
commit1b8a89e2bd37d0137ce19c13e7a204bf3f290db8 (patch)
tree33608fd04b5f210284a1ea4a37e4d6ee65a56f91 /.gitignore
parent77602baf471ec0ced3333cdcd185b709b3b90394 (diff)
all plugins: put each plugin in own subdirectory
Every python plugin also gets its own subdirectory below python/
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e26b37ded..03f8666cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,9 @@
# Python compiled files
*.pyc
+# vim swap file
+*.swp
+
# Compiled Dynamic libraries
*.so
*.dylib
@@ -80,3 +83,6 @@ compile_commands.json
# JetBrains Pycharm
.idea
+
+# ctest testing subdirs
+*/Testing/*