Ignore some temp files
parent
0ff0ca7fa9
commit
f7189ee906
|
|
@ -7,3 +7,4 @@
|
|||
./src/.ropeproject/objectdb
|
||||
**/*.bak
|
||||
**/mem.*
|
||||
**/*.log
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
recursive-include src/test *.py *.sql
|
||||
include README* COPYING* ez_setup.py
|
||||
prune *~
|
||||
|
|
|
|||
Loading…
Reference in New Issue