Browse Source

Add FreeBSD package-related files to .gitignore

rdb 8 years ago
parent
commit
59c435c487
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -8,6 +8,7 @@
 core
 core
 core.*
 core.*
 vgcore.*
 vgcore.*
+*.core
 
 
 # Editor files/directories
 # Editor files/directories
 *.save
 *.save
@@ -22,6 +23,9 @@ vgcore.*
 *.o
 *.o
 *.gch
 *.gch
 *.pch
 *.pch
+/+DESC
+/+MANIFEST
+/pkg-plist
 
 
 # Produced installer/executables
 # Produced installer/executables
 /*.exe
 /*.exe
@@ -31,6 +35,7 @@ vgcore.*
 /*.pkg
 /*.pkg
 /*.dmg
 /*.dmg
 /*.whl
 /*.whl
+/*.txz
 
 
 # CMake
 # CMake
 /build/
 /build/