You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
311 B
30 lines
311 B
syntax: glob
|
|
|
|
# ignore all of them
|
|
|
|
*.class
|
|
*.jar
|
|
*.swp
|
|
*.o
|
|
*.a
|
|
|
|
# ignore generated files
|
|
|
|
org_pEp_*.h
|
|
org_pEp_*.cc
|
|
org/pEp/jniadapter/pEp*.java
|
|
throw_pEp_exception.*
|
|
Color.java
|
|
Engine.java
|
|
Message.java
|
|
|
|
# ignore vim workspace
|
|
|
|
ws
|
|
|
|
# ignore android build
|
|
|
|
android/build
|
|
android/libs
|
|
android/obj
|
|
android/.gradle
|
|
|