Merge: doc: fixed some typos and other misc. corrections
[nit.git] / .gitignore
index 8ed1a4e..1463ddf 100644 (file)
@@ -1,13 +1,17 @@
 *.bak
 *.swp
+*.swo
+*.swn
+*.swm
 *~
 .project
 EIFGENs
 
-.nit_compile*
 .nitunit
+.nitpretty
 *.orig
 bin/nit*
+bin/picnit
 doc/stdlib
 doc/nitc
 
@@ -26,17 +30,21 @@ src/*.dot
 src/*.dat
 src/*.gnu
 src/*.bin
-src/nitg_0
+src/nitc_0
+src/nitc_0.exe
 
 c_src/*.o
 c_src/*.cksum
-c_src/nitg
+c_src/nitc
+c_src/nitc.exe
 
 csrc2/
 
 lib/*.log
 lib/*.dot
 
+lib/*/bin
+
 examples/*/doc
 examples/*/bin
 
@@ -49,6 +57,12 @@ tests/out
 tests/*.xml
 tests/nitunit
 
+nitunit.xml
+
 *.stub.nit.[ch]
 
 .metadata/*
+.github_data
+.DS_Store
+
+**/nit_compile/*