mirror of
https://git.yoctoproject.org/psplash
synced 2025-10-14 02:07:26 +08:00
add initial .gitignore
This initial version of .gitignore contains all files created during a build. Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
This commit is contained in:

committed by
Ross Burton

parent
493481e0f4
commit
f37dd659bb
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
configure
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.guess
|
||||
config.sub
|
||||
depcomp
|
||||
Makefile
|
||||
Makefile.in
|
||||
install-sh
|
||||
missing
|
||||
aclocal.m4
|
||||
autom4te.cache/
|
||||
.deps/
|
||||
*.o
|
||||
|
||||
psplash
|
||||
psplash-write
|
||||
stamp-h1
|
Reference in New Issue
Block a user