Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d6c1df

Browse files
author
Artur Zakirov
committed
Clean repository
1 parent3b1f493 commit9d6c1df

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

‎.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Global excludes across all subdirectories
2+
*.o
3+
*.obj
4+
*.so
5+
*.so.[0-9]
6+
*.so.[0-9].[0-9]
7+
*.sl
8+
*.sl.[0-9]
9+
*.sl.[0-9].[0-9]
10+
*.dylib
11+
*.dll
12+
*.exp
13+
*.a
14+
*.mo
15+
*.pot
16+
objfiles.txt
17+
.deps/
18+
*.gcno
19+
*.gcda
20+
*.gcov
21+
*.gcov.out
22+
lcov.info
23+
coverage/
24+
*.vcproj
25+
*.vcxproj
26+
win32ver.rc
27+
*.exe
28+
lib*dll.def
29+
lib*.pc
30+
31+
# Local excludes in root directory
32+
/GNUmakefile
33+
/config.cache
34+
/config.log
35+
/config.status
36+
/pgsql.sln
37+
/pgsql.sln.cache
38+
/Debug/
39+
/Release/
40+
/tmp_install/

‎pg_variables.o

-200 KB
Binary file not shown.

‎pg_variables.so

-149 KB
Binary file not shown.

‎pg_variables_record.o

-72.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp