diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-04-15 00:17:26 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-04-15 00:20:23 +0200 |
commit | c3ae4aaac9f0b168aed063d3e86c5196608eaba1 (patch) | |
tree | 1a18e7d8751d4dd3682d82d12c8441b335112984 /.gitignore | |
parent | 5e42114d22faefe7c272b1b498fdf5640da494c7 (diff) |
Move more to git, add submodules, fix build script, change hgignore to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f392b325 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +build/ +main/libs/ +main/ovpnlibs/ +main/obj/ +.DS_Store +.navigation +google-breakpad/ +ovpn3/boost +polarssl +local.properties +proguard-project.txt +build.xml +cache.properties +.gradle + +# User-specific configurations +.idea +*.iml + +main/openvpn3 + + |