Skip to content

Commit 9e7671d

Browse files
committed
Initial commit
0 parents  commit 9e7671d

31 files changed

+4365
-0
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.swp
2+
*.dll
3+
*.exe
4+
bin/
5+
obj/
6+
*.pidb
7+
*.userprefs
8+
*.db

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "git-svn-auth-manager/sqlcipher"]
2+
path = git-svn-auth-manager/sqlcipher
3+
url = git://github.com/sqlcipher/sqlcipher.git

0 commit comments

Comments
 (0)