Browse Source

Merge pull request #2202 from fcrisciani/ignore

Added back dockerignore
Flavio Crisciani 7 years ago
parent
commit
9140372ec3
2 changed files with 7 additions and 1 deletions
  1. 5 0
      libnetwork/.dockerignore
  2. 2 1
      libnetwork/.gitignore

+ 5 - 0
libnetwork/.dockerignore

@@ -0,0 +1,5 @@
+.git
+.dockerignore
+Dockerfile
+bin
+tags

+ 2 - 1
libnetwork/.gitignore

@@ -3,9 +3,10 @@
 *.a
 *.so
 *~
-.*
+.gtm
 bin/
 tags
+.DS_Store
 
 # Folders
 integration-tmp/