nitmetrics: add inheritance metrics computation
[nit.git] / .gitignore
index ffba31a..f054c74 100644 (file)
@@ -6,6 +6,7 @@
 nitc
 nitdoc
 nits
+nitmetrics
 doc/stdlib
 
 *.aux
@@ -24,6 +25,9 @@ src/callgrind.*
 src/*.log
 src/*.dot
 src/doc
+src/*.dat
+src/*.gnu
+src/*.bin
 
 c_src/*.o
 c_src/*.cksum
@@ -31,15 +35,10 @@ c_src/*.cksum
 lib/*.log
 lib/*.dot
 
-tests/*.res
-tests/*.log
-tests/*.bin
-tests/*.err
-tests/*.write
 tests/alt
 tests/errlist
-tests/test_nitc_logs
-tests/hello_world
 tests/out
 
 *.stub.nit.[ch]
+
+.metadata/*