Browse Source

update gitignore

pull/1221/head
R4SAS 6 years ago
parent
commit
c0a650f28b
  1. 2
      .gitignore
  2. 9
      android/.gitignore
  3. 18
      android_binary_only/.gitignore

2
.gitignore vendored

@ -8,7 +8,7 @@ netDb @@ -8,7 +8,7 @@ netDb
/i2pd
/libi2pd.a
/libi2pdclient.a
i2pd.exe
*.exe
# Autotools

9
android/.gitignore vendored

@ -1,12 +1,15 @@ @@ -1,12 +1,15 @@
gen
tests
bin
libs
log*
obj
.gradle
.idea
.externalNativeBuild
ant.properties
local.properties
build.sh
bin
log*
.gradle
android.iml
build
gradle

18
android_binary_only/.gitignore vendored

@ -0,0 +1,18 @@ @@ -0,0 +1,18 @@
gen
tests
bin
libs
log*
obj
.gradle
.idea
.externalNativeBuild
ant.properties
local.properties
build.sh
android.iml
build
gradle
gradlew
gradlew.bat
Loading…
Cancel
Save