Commit a9b196d387aa74cac5b216fa56392153cf0251c4

Authored by Victor Hugo Souza
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 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
... ...