diff options
author | Chris Beams <chris@beams.io> | 2014-03-22 13:52:27 +0100 |
---|---|---|
committer | Chris Beams <chris@beams.io> | 2014-03-22 13:52:27 +0100 |
commit | 6540025f106401e5d4d0f017a590cbf35f2eac54 (patch) | |
tree | 0ac78761c922e2d3d61277aea0aecf5f1c7810f0 | |
parent | 0a3acf260a56cb21fa768c7b7a82efa2f1bdcbf6 (diff) |
Remove stale and redundant src/.gitignore file
This commit removes completely the src/.gitignore file, given that the
precedent for ignoring artifacts within the `src` directory is to
add entries for them to the root .gitignore file.
Note also that the lone entry in src/.gitignore is stale anyway. As of
the switch to Autotools in 35b8af9, the build no longer build creates
artifacts in `src/test_bitcoin`. They are now written to
`src/test/test_bitcoin`, and this latter path is already ignored in the
root .gitignore file.
-rw-r--r-- | src/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index c45f62adf5..0000000000 --- a/src/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ - -test_bitcoin - |