.gitignore updates
authorPyry Haulos <phaulos@google.com>
Tue, 28 Oct 2014 23:52:42 +0000 (16:52 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 28 Oct 2014 23:52:42 +0000 (16:52 -0700)
 * android/ - native code builds are now under 'native', not 'build'.

 * / - Add *.user files (for example CMakeLists.txt.user used by Qt
Creator).

Change-Id: I67ada8033ba5a53d031807a85508d58ea895cb50

.gitignore
android/.gitignore

index 2f836aa..8c33faf 100644 (file)
@@ -1,2 +1,3 @@
 *~
 *.pyc
+*.user
index c8aa7c4..c26052a 100644 (file)
@@ -9,4 +9,4 @@ proguard.cfg
 project.properties
 proguard-project.txt
 debug
-build
+native