Left: | ||
Right: |
OLD | NEW |
---|---|
1 syntax: glob | 1 syntax: glob |
Felix Dahlke
2017/03/16 10:49:18
Isn't that the default behaviour in Git? Does it e
anton
2017/03/16 11:06:43
The file was created by just copy/renaming from .h
Felix Dahlke
2017/03/16 11:08:36
I'd still say let's leave it out (didn't catch it
| |
2 | 2 |
3 crowdin.yaml | 3 crowdin.yaml |
4 **/libs/armeabi* | 4 **/libs/armeabi* |
5 **/libs/x86 | 5 **/libs/x86 |
6 **/bin | 6 **/bin |
7 **/obj | 7 **/obj |
8 **/gen | 8 **/gen |
9 **/build | 9 **/build |
10 **/local.properties | 10 **/local.properties |
11 **/ant.properties | 11 **/ant.properties |
12 **/buildtools | 12 **/buildtools |
13 **/target | 13 **/target |
14 .idea | 14 .idea |
15 *.iml | 15 *.iml |
16 upload.py | 16 upload.py |
17 .DS_Store | 17 .DS_Store |
18 .* | 18 .* |
19 !.gitignore | 19 !.gitignore |
20 !.hgignore | 20 !.hgignore |
OLD | NEW |