Add .gitignore
This commit is contained in:
parent
8869687953
commit
b25f4bf2e3
1 changed files with 52 additions and 0 deletions
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
*.o
|
||||
*.o.*
|
||||
*.a
|
||||
*.s
|
||||
*.ko
|
||||
*.la
|
||||
*.lo
|
||||
*.so
|
||||
*.so.dbg
|
||||
*.mod.c
|
||||
*.i
|
||||
*.lst
|
||||
*.symtypes
|
||||
*.order
|
||||
modules.builtin
|
||||
*.elf
|
||||
*.bin
|
||||
*.gz
|
||||
*.bz2
|
||||
*.lzma
|
||||
*.xz
|
||||
*.lzo
|
||||
*.patch
|
||||
*.gcno
|
||||
*.gmo
|
||||
|
||||
.deps
|
||||
aclocal*
|
||||
autom4te.cache
|
||||
depcomp
|
||||
ChangeLog
|
||||
compile
|
||||
config.*
|
||||
configure
|
||||
configure.ac
|
||||
docs/*
|
||||
libtool
|
||||
ltmain.sh
|
||||
Makefile
|
||||
Makefile.in*
|
||||
m4
|
||||
missing
|
||||
mkinstalldirs
|
||||
panel-plugin/eyes.desktop
|
||||
panel-plugin/xfce4-eyes-plugin
|
||||
po/POTFILES
|
||||
po/stamp-it
|
||||
readme.txt
|
||||
stamp-*
|
||||
INSTALL
|
||||
intltool-*.in
|
||||
install-sh
|
||||
Reference in a new issue