mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 09:38:04 +02:00
Add .gitignore file
This commit is contained in:
parent
5a69d45d0a
commit
0ec143f995
1 changed files with 33 additions and 0 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Makefile.in
|
||||
*.o
|
||||
core.*
|
||||
.libs/*
|
||||
.deps/*
|
||||
.libs
|
||||
.deps
|
||||
*.lo
|
||||
*.swp
|
||||
*.orig
|
||||
*.rej
|
||||
*~
|
||||
configure
|
||||
config.h*
|
||||
*-test
|
||||
*.la
|
||||
.gitignore
|
||||
config.log
|
||||
build-tools
|
||||
config.status
|
||||
libtool
|
||||
autom4te.cache
|
||||
Makefile
|
||||
aclocal.m4
|
||||
*.tar.bz2
|
||||
*.patch
|
||||
stamp-*
|
||||
*.rpm
|
||||
plymouth
|
||||
plymouthd
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue