@cryptotaxi247 / kubo / commits / cd9c9a652

.gitignore: clean up how 'test/bin' content is ignored

License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>

Christian Couder committed Jan 15, 2016 at 10:43 UTC cd9c9a6525745459a70e0d5e78a6a0d829855268
2 files changed +12 -2
.gitignore
+1 -2
@@ -9,5 +9,4 @@
9 *.orig
10 *~
11
12 -/test/bin
13 -.ipfs
\ No newline at end of file
12 +.ipfs
test/bin/.gitignore new
+11
@@ -0,0 +1,11 @@
1 +# Ignore everything in this directory by default
2 +/**
3 +
4 +# Do not ignore this file itself
5 +!.gitignore
6 +
7 +# Do not ignore the following special scripts
8 +!checkflags
9 +!continueyn
10 +!ipfs-pin-stat
11 +!verify-go-fmt.sh