mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-03 01:57:57 +02:00
Integrate top-level .gitignore into .gitignore for each subdirectory
In preparation for the repository split, move the relevant contents of the top-level .gitignore into the .gitignore for each immediate subdirectory.
This commit is contained in:
parent
42b647d43a
commit
5f14bbec75
1 changed files with 30 additions and 0 deletions
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
configure.lineno
|
||||
.deps
|
||||
.dirstamp
|
||||
.libs
|
||||
*.lo
|
||||
*.loT
|
||||
*.la
|
||||
Makefile
|
||||
Makefile.in
|
||||
stamp-h1
|
||||
*.o
|
||||
*.pc
|
||||
*.tar.bz2
|
||||
*.tar.gz
|
||||
Loading…
Add table
Reference in a new issue