diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,2 +1,11 @@ -__pycache__ +# generated files and folders +.waf-* +.lock-waf* +/build +NEWS *.pyc + +# misc editor/tools +*.swp +cscope.* +tags |