diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | cryptopp/obj/.gitignore | 2 | ||||
-rw-r--r-- | obj/.gitignore | 2 | ||||
-rw-r--r-- | obj/nogui/.gitignore | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000000..a473c87e91 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Bitcoin subversion clone +======================== +This branch is a clone of the subversion tree, kept up-to-date via 'git svn fetch'. diff --git a/cryptopp/obj/.gitignore b/cryptopp/obj/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/cryptopp/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/obj/.gitignore b/obj/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/obj/nogui/.gitignore b/obj/nogui/.gitignore new file mode 100644 index 0000000000..d6b7ef32c8 --- /dev/null +++ b/obj/nogui/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore |