Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 9ccbf89

Browse files
committed
Added .gitignore files
1 parent 3913376 commit 9ccbf89

File tree

9 files changed

+99
-0
lines changed

9 files changed

+99
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.log
2+
/.deps
3+
/thirdparty

bzip2-1.0.6/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.o
2+
*.a
3+
/bzip2
4+
/bzip2recover

gmp-5.0.2/.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
*.o
2+
*.lo
3+
*.la
4+
*.tmp
5+
Makefile
6+
7+
/.libs
8+
/config.h
9+
/config.log
10+
/config.m4
11+
/config.status
12+
/gen-fib
13+
/gmp-mparam.h
14+
/gmp.h
15+
/libtool
16+
/doc/gmp.info*

ncurses-5.9/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/Ada95/gen/adacurses-config
2+
/lib/
3+
/obj_g/
4+
/obj_s/
5+
/objects/
6+
/config.log
7+
/config.status
8+
/edit_man.sh
9+
/include/ncurses_cfg.h
10+
/man/ncurses5-config.1
11+
/misc/run_tic.sh
12+
/misc/ncurses-config
13+
14+
Makefile

openssl/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.o
2+
3+
/Makefile
4+
/Makefile.bak
5+
/crypto/opensslconf.h
6+
/tools/c_rehash

python3-src/.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*.o
2+
3+
/_install/
4+
/Modules/_testembed
5+
/Parser/pgen
6+
/Python
7+
/Python3
8+
/android/
9+
/build/
10+
/config.log
11+
/config.status
12+
/pyconfig.h
13+
/python
14+
/libpython3*
15+
/python3_extras_r*.zip
16+
/python3_r*.zip
17+
/python3_scripts_r*.zip
18+
19+
Makefile
20+
Makefile.pre

readline-6.2/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*.o
2+
*.so
3+
Makefile
4+
5+
/config.log
6+
/config.status
7+
/libhistory.a
8+
/libreadline.a
9+
/shlib/libhistory.so.*
10+
/shlib/libreadline.so.*

sqlite3/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/.deps/shell.Po
2+
/.deps/sqlite3.Plo
3+
/.libs/
4+
/config.log
5+
/config.status
6+
/libtool
7+
/sqlite3
8+
/sqlite3.pc
9+
10+
*.la
11+
*.lo
12+
*.o
13+
14+
Makefile

zlib-1.2.6/.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/example
2+
/example64
3+
/examplesh
4+
/libz.so.*
5+
/minigzip
6+
/minigzip64
7+
/minigzipsh
8+
9+
*.a
10+
*.lo
11+
*.o
12+
*.so

0 commit comments

Comments
 (0)