source: rtems-tools/tools/gdb/python/.gitignore @ 911e710

4.104.115
Last change on this file since 911e710 was 911e710, checked in by Dhananjay Balan <mb.dhananjay@…>, on 06/17/13 at 15:31:09

Initial commit

  • Property mode set to 100644
File size: 303 bytes
Line 
1*.py[cod]
2
3# C extensions
4*.so
5
6# Packages
7*.egg
8*.egg-info
9dist
10build
11eggs
12parts
13bin
14var
15sdist
16develop-eggs
17.installed.cfg
18lib
19lib64
20
21# Installer logs
22pip-log.txt
23
24# Unit test / coverage reports
25.coverage
26.tox
27nosetests.xml
28
29# Translations
30*.mo
31
32# Mr Developer
33.mr.developer.cfg
34.project
35.pydevproject
Note: See TracBrowser for help on using the repository browser.