Skip to content

Commit fe9b36f

Browse files
committed
Convert cvsignore to gitignore, and add .gitignore for build targets.
1 parent 01003ec commit fe9b36f

File tree

89 files changed

+216
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+216
-44
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Global excludes across all subdirectories
2+
*.o
3+
*.so
4+
*.so.[0-9]
5+
*.so.[0-9].[0-9]
6+
*.sl
7+
*.sl.[0-9]
8+
*.sl.[0-9].[0-9]
9+
*.dylib
10+
*.dll
11+
*.a
12+
*.mo
13+
objfiles.txt
14+
.deps/
15+
16+
# Local excludes in root directory
17+
/GNUmakefile
18+
/config.log
19+
/config.status

contrib/adminpack/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/adminpack.sql

contrib/btree_gin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/btree_gin.sql

contrib/btree_gist/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/btree_gist.sql

contrib/chkpass/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/chkpass.sql

contrib/citext/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/citext.sql

contrib/cube/.cvsignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

contrib/cube/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/cubeparse.c
2+
/cubescan.c
3+
/cube.sql

contrib/dblink/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dblink.sql

contrib/dict_int/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dict_int.sql

0 commit comments

Comments
 (0)