-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
29 lines (24 loc) · 850 Bytes
/
.gitignore
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
#
# .gitignore
# =============================================================================
# VIRTual BLocK IO SIMulating (virtblkiosim). Version 0.9.10
# =============================================================================
# Virtual Linux block device driver for simulating and performing I/O.
#
# This is the configuration of the project Git ignorables,
# i.e. objects that should not be put into the repository.
#
# === Object files ============================================================
*.o
*.ko
# === Intermediates ===========================================================
*.mod
*.mod.*
*.cmd
*.order
*.symvers
# === Executables =============================================================
virtblkioctl
# === Generated docs ==========================================================
doxygen/
# vim:set nu et ts=4 sw=4: