update gitignore

pull/1221/head
R4SAS 6 years ago
parent 460cf6fd20
commit c0a650f28b

2
.gitignore vendored

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

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

@ -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