Git提交 需要忽略的内容

IntelliJ IDEA

.idea/
*.iml
*.ipr
*.iws
out/

Gradle build folder

build/
.gradle/

Android

local.properties
bin/
gen/

JNI compile files

*.o
*.o.d

OS autogen folder information

.DS_Store
Thumbs.db

Temp files

*.bak
*.temp
*.tmp
*.swp
.~
~*.*

Eclipse project files

.classpath
.settings/
.project

Android 2.2 C/C++ compile

.externalNativeBuild/

猜你喜欢

转载自blog.csdn.net/sinat_35541927/article/details/52912688