ソースを参照

Updated gitignores.

blitz-research 11 年 前
コミット
f909e3efdd
3 ファイル変更13 行追加0 行削除
  1. 11 0
      .gitignore
  2. 1 0
      bin/.gitignore
  3. 1 0
      lib/.gitignore

+ 11 - 0
.gitignore

@@ -0,0 +1,11 @@
+/bin/*
+/lib/*
+/cfg/*
+/tmp/*
+/doc/*
+!/doc/bmxstyle.css
+/docs/html
+*.x86.s
+*.x86.o
+*.x86.a
+*.x86.i

+ 1 - 0
bin/.gitignore

@@ -0,0 +1 @@
+!.gitignore

+ 1 - 0
lib/.gitignore

@@ -0,0 +1 @@
+!.gitignore