mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-08 12:28:00 +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
905379e447
commit
dfbde9a4e9
1 changed files with 29 additions and 0 deletions
29
.gitignore
vendored
29
.gitignore
vendored
|
|
@ -1 +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