8000 Clean and ignore build folder · ETS-Android4/sqlcipher-android@52b5fba · GitHub
[go: up one dir, main page]

Skip to content

Commit 52b5fba

Browse files
Clean and ignore build folder
1 parent 655c1e5 commit 52b5fba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ local.properties
88
sqlcipher/.cxx
99
sqlcipher/src/main/jni/sqlcipher/*.c
1010
sqlcipher/src/main/jni/sqlcipher/*.h
11-
sqlcipher/src/main/jni/sqlcipher/android-libs
11+
sqlcipher/src/main/jni/sqlcipher/android-libs
12+
build

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
GRADLE = ./gradlew
55

66
clean:
7+
-rm -rf build
78
$(GRADLE) clean
89

910
build-debug:

0 commit comments

Comments
 (0)
0