Commit 537fe01e2663399eccd99157f23621e1dfbac267
Exists in
usp-navegador
Merge pull request #33 from vhosouza/usp-navegador
Update .gitignore with the same conditions as trunk version.
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
.gitignore
... | ... | @@ -8,9 +8,16 @@ invesalius/*.swo |
8 | 8 | invesalius/*.swp |
9 | 9 | invesalius/data/*.log |
10 | 10 | invesalius/data/*.pyc |
11 | +invesalius/data/*.pyd | |
11 | 12 | invesalius/gui/*.log |
12 | 13 | invesalius/gui/*.pyc |
13 | 14 | invesalius/gui/widgets/*.log |
14 | 15 | invesalius/gui/widgets/*.pyc |
15 | 16 | invesalius/reader/*.log |
16 | 17 | invesalius/reader/*.pyc |
18 | + | |
19 | +*.pyc | |
20 | +*.swp | |
21 | +*.so | |
22 | +tags | |
23 | +*.c | ... | ... |