Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-09-20 18:52:43 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-09-20 18:52:43 (GMT)
commit4f92f474baa15da56ebe6de9bd92bf813cb7cc7e (patch)
tree29dc2a565123f7b6c4b6907dbac4ba58c7a93882 /.gitignore
parent4ccec296840e319cd359cd2d4a1fca956edba56f (diff)
Fixed memory leak when using "Bucket" tool (thanks to Bruno Gola).
That tool was increasing memory usage everytime user clicked in the drawing area.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b626e05
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pyc
+*.xo
+*~
+*.o