-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 1.59 KB
/
.gitignore
File metadata and controls
55 lines (47 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# build directory
BUILD/
RPMS/
SOURCES/
SPECS/
*.pyc
_os
_arch
_distribution
# ignore version.mk
rocks-version.mk
rocks-version-common.mk
# ignore python.mk
python.mk
# ignore Rules files
Rules-install.mk
Rules-linux-centos.mk
Rules-linux.mk
Rules-rcfiles.mk
Rules-scripts.mk
Rules.mk
Rolls.mk
# --- BEGIN --- binaries files
src/fastcgi/fcgi-2.4.0.tar.gz
src/foundation-pysqlite/pysqlite-2.6.3.tar.gz
src/keyutils/keyutils-1.2-1.el5.src.rpm
src/lighttpd/lighttpd-1.4.26.tar.gz
src/lighttpd/lighttpd-1.4.28.tar.gz
src/rocks-boot/enterprise/5/images/drivers/ddiskit-0.9.9.tar.bz2
src/rocks-boot/enterprise/5/images/drivers/qla2xxx/rpm/SOURCES/qla2xxx-8170.tar.bz2
src/rocks-boot/enterprise/5/images/splash/chimi.psd
src/rocks-boot/enterprise/5/images/splash/EmeraldBoa1-5.xcf
src/rocks-boot/enterprise/5/images/splash/label.en_US.graffle
src/rocks-boot/enterprise/5/images/splash/v1.psd
src/rocks-boot/enterprise/5/loader/anaconda-11.1.2.195.tar.bz2
src/rocks-boot/enterprise/5/loader/anaconda-11.1.2.209.tar.bz2
src/rocks-boot/enterprise/5/loader/anaconda-11.1.2.224.tar.bz2
src/rocks-boot/enterprise/5/loader/anaconda-11.1.2.242.tar.bz2
src/rocks-boot/enterprise/5/loader/anaconda-11.1.2.259.tar.bz2
src/rocks-boot/enterprise/6/images/splash/EmeraldBoa1.xcf
src/rocks-boot/enterprise/6/images/splash/SideWinder.xcf
src/rocks-boot/enterprise/6/loader/anaconda-13.21.149.tar.bz2
src/rocks-boot/enterprise/6/loader/anaconda-13.21.176.tar.bz2
src/rocks-boot/enterprise/6/loader/anaconda-13.21.215.tar.bz2
src/rocks-boot/enterprise/6/loader/anaconda-13.21.229.tar.bz2
src/sqlite/sqlite-autoconf-3071000.tar.gz
# --- END ---