update .gitignore
Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
parent
1533bc5875
commit
8910c7e18c
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ fs.*
|
|||||||
target/
|
target/
|
||||||
*.deb
|
*.deb
|
||||||
*.changes
|
*.changes
|
||||||
|
*.buildinfo
|
||||||
|
|
||||||
# Subdirectories in src
|
# Subdirectories in src
|
||||||
src/hiredis/*
|
src/hiredis/*
|
||||||
|
@ -31,3 +31,20 @@
|
|||||||
# Debug files
|
# Debug files
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
*.su
|
*.su
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
*.o.d
|
||||||
|
.tmp_versions/
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
|
|
||||||
|
# Debian packaging
|
||||||
|
*.debhelper.log
|
||||||
|
*.postinst.debhelper
|
||||||
|
*.postrm.debhelper
|
||||||
|
*.prerm.debhelper
|
||||||
|
*.substvars
|
||||||
|
@ -31,3 +31,20 @@
|
|||||||
# Debug files
|
# Debug files
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
*.su
|
*.su
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
*.o.d
|
||||||
|
.tmp_versions/
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
|
|
||||||
|
# Debian packaging
|
||||||
|
*.debhelper.log
|
||||||
|
*.postinst.debhelper
|
||||||
|
*.postrm.debhelper
|
||||||
|
*.prerm.debhelper
|
||||||
|
*.substvars
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
*.ko
|
*.ko
|
||||||
*.cmd
|
|
||||||
*.mod.c
|
|
||||||
*.symvers
|
|
||||||
*.order
|
|
||||||
*.obj
|
*.obj
|
||||||
*.elf
|
*.elf
|
||||||
|
|
||||||
@ -35,3 +31,20 @@
|
|||||||
# Debug files
|
# Debug files
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
*.su
|
*.su
|
||||||
|
|
||||||
|
# Kernel Module Compile Results
|
||||||
|
*.mod*
|
||||||
|
*.cmd
|
||||||
|
*.o.d
|
||||||
|
.tmp_versions/
|
||||||
|
modules.order
|
||||||
|
Module.symvers
|
||||||
|
Mkfile.old
|
||||||
|
dkms.conf
|
||||||
|
|
||||||
|
# Debian packaging
|
||||||
|
*.debhelper.log
|
||||||
|
*.postinst.debhelper
|
||||||
|
*.postrm.debhelper
|
||||||
|
*.prerm.debhelper
|
||||||
|
*.substvars
|
||||||
|
Loading…
Reference in New Issue
Block a user