
1 changed files with 10 additions and 0 deletions
@ -1,10 +1,20 @@ |
|||
syntax: glob |
|||
|
|||
# ignore all of them |
|||
|
|||
*.class |
|||
*.jar |
|||
*.swp |
|||
*.o |
|||
*.a |
|||
|
|||
# ignore generated files |
|||
|
|||
org_pEp_*.h |
|||
org/pEp/jniadapter/pEp*.java |
|||
throw_pEp_exception.* |
|||
|
|||
# ignore vim workspace |
|||
|
|||
ws |
|||
|
|||
|
Loading…
Reference in new issue