summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-08-15 19:37:42 +0300
committerEd Tanous <ed.tanous@intel.com>2017-10-11 23:34:56 +0300
commit911ac31759cb7b77a856af8806b4e064d50d7422 (patch)
treec4b714fabb2b956936ab6dffc18d9ff418756cf4 /.gitignore
parent8f0c0481d2280919b38a31656ba21a4347d12620 (diff)
downloadbmcweb-911ac31759cb7b77a856af8806b4e064d50d7422.tar.xz
Large updates to webserver
Do not merge yet Change-Id: I38c56844c1b0e3e8e5493c2705e62e6db7ee2102
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index bbf3d97ad7..861a7f0252 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
*.crt
*.key
-
+**/CMakeFiles/*
@@ -148,7 +148,7 @@ Temporary Items
# Sonarlint plugin
### VisualStudioCode ###
-.vscode/*
+**/.vscode/*
#!.vscode/settings.json
#!.vscode/tasks.json
#!.vscode/launch.json
@@ -464,4 +464,4 @@ __pycache__/
*.odx.cs
*.xsd.cs
-# End of https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode \ No newline at end of file
+# End of https://www.gitignore.io/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode