ソースを参照

Merge branch 'master' of github.com:panda3d/panda3d

rdb 11 年 前
コミット
15b88283b2
6 ファイル変更23 行追加3 行削除
  1. 4 0
      .gitignore
  2. 4 1
      direct/.gitignore
  3. 4 1
      dtool/.gitignore
  4. 1 0
      makepanda/.gitignore
  5. 6 0
      panda/.gitignore
  6. 4 1
      pandatool/.gitignore

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+/built_x64
+/built
+/samples
+/thirdparty

+ 4 - 1
direct/.gitignore

@@ -1,5 +1,8 @@
 *.pyc
 /__init__.py
-/built/
+# These are files that are generated within the source tree by the
+# ppremake system.
 Makefile
 pp.dep
+/built/
+Opt?-*

+ 4 - 1
dtool/.gitignore

@@ -1,4 +1,7 @@
-/built/
 /dtool_config.h
+# These are files that are generated within the source tree by the
+# ppremake system.
 Makefile
 pp.dep
+/built/
+Opt?-*

+ 1 - 0
makepanda/.gitignore

@@ -0,0 +1 @@
+*.pyc

+ 6 - 0
panda/.gitignore

@@ -1 +1,7 @@
 *.pyc
+# These are files that are generated within the source tree by the
+# ppremake system.
+Makefile
+pp.dep
+/built/
+Opt?-*

+ 4 - 1
pandatool/.gitignore

@@ -1,3 +1,6 @@
-/built/
+# These are files that are generated within the source tree by the
+# ppremake system.
 Makefile
 pp.dep
+/built/
+Opt?-*