diff --git a/.gitignore b/.gitignore index 1dca570d..1399f631 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ bin/ +.idea/ md5Sums.txt .DS_Store *.sw[op] diff --git a/cmd/drive/.gitignore b/cmd/drive/.gitignore new file mode 100644 index 00000000..d257bbba --- /dev/null +++ b/cmd/drive/.gitignore @@ -0,0 +1 @@ +/drive diff --git a/drive-gen/.gitignore b/drive-gen/.gitignore new file mode 100644 index 00000000..c56afabf --- /dev/null +++ b/drive-gen/.gitignore @@ -0,0 +1 @@ +/drive-gen