Sfoglia il codice sorgente

Merge pull request #32 from Eiyeron/gitignore

Added a gitignore to hide the build/doc folders.
Alberto Demichelis 9 anni fa
parent
commit
98bb79893e
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+# Folders created at compilation
+bin/
+lib/
+
+# Folders created at documentation generation
+doc/