Commit a9b196d387aa74cac5b216fa56392153cf0251c4
1 parent
3a643396
Exists in
usp-navegador
Update .gitignore
Updating.gitignore to the same as master version. In addition, ignore 'pyd' and 'c'.
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
.gitignore
@@ -8,9 +8,16 @@ invesalius/*.swo | @@ -8,9 +8,16 @@ invesalius/*.swo | ||
8 | invesalius/*.swp | 8 | invesalius/*.swp |
9 | invesalius/data/*.log | 9 | invesalius/data/*.log |
10 | invesalius/data/*.pyc | 10 | invesalius/data/*.pyc |
11 | +invesalius/data/*.pyd | ||
11 | invesalius/gui/*.log | 12 | invesalius/gui/*.log |
12 | invesalius/gui/*.pyc | 13 | invesalius/gui/*.pyc |
13 | invesalius/gui/widgets/*.log | 14 | invesalius/gui/widgets/*.log |
14 | invesalius/gui/widgets/*.pyc | 15 | invesalius/gui/widgets/*.pyc |
15 | invesalius/reader/*.log | 16 | invesalius/reader/*.log |
16 | invesalius/reader/*.pyc | 17 | invesalius/reader/*.pyc |
18 | + | ||
19 | +*.pyc | ||
20 | +*.swp | ||
21 | +*.so | ||
22 | +tags | ||
23 | +*.c |