ソースを参照

Merge pull request #32 from Eiyeron/gitignore

Added a gitignore to hide the build/doc folders.
Alberto Demichelis 9 年 前
コミット
98bb79893e
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

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