Browse Source

extend .gitignores for more ppremake files

David Rose 11 years ago
parent
commit
ad449848c2
4 changed files with 18 additions and 3 deletions
  1. 4 1
      direct/.gitignore
  2. 4 1
      dtool/.gitignore
  3. 6 0
      panda/.gitignore
  4. 4 1
      pandatool/.gitignore

+ 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?-*

+ 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?-*