Brush up .gitignore
This commit is contained in:
parent
3f5e208967
commit
ce9a62c487
|
@ -1,7 +1,16 @@
|
||||||
|
*.gz
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
*.exe
|
||||||
*~
|
*~
|
||||||
Makefile
|
*/.deps
|
||||||
Makefile.in
|
*/.libs
|
||||||
|
*.cache
|
||||||
|
*.plist
|
||||||
|
*.stamp
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
ar-lib
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
compile
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
|
@ -12,19 +21,33 @@ config.rpath
|
||||||
config.status
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
data/Makefile
|
data
|
||||||
data/Makefile.in
|
|
||||||
depcomp
|
depcomp
|
||||||
include/Makefile
|
docs/libpsl/html/
|
||||||
include/Makefile.in
|
docs/libpsl/libpsl-decl-list.txt
|
||||||
|
docs/libpsl/libpsl-decl.txt
|
||||||
|
docs/libpsl/libpsl-overrides.txt
|
||||||
|
docs/libpsl/libpsl-undeclared.txt
|
||||||
|
docs/libpsl/libpsl-undocumented.txt
|
||||||
|
docs/libpsl/libpsl-unused.txt
|
||||||
|
docs/libpsl/libpsl.3
|
||||||
|
docs/libpsl/libpsl.args
|
||||||
|
docs/libpsl/libpsl.hierarchy
|
||||||
|
docs/libpsl/libpsl.interfaces
|
||||||
|
docs/libpsl/libpsl.prerequisites
|
||||||
|
docs/libpsl/libpsl.signals
|
||||||
|
docs/libpsl/version.xml
|
||||||
|
docs/libpsl/xml/
|
||||||
|
gtk-doc.make
|
||||||
install-sh
|
install-sh
|
||||||
libpsl-*.pc
|
libpsl.pc
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
m4/
|
m4/
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
missing
|
missing
|
||||||
po/Makefile
|
nbproject/
|
||||||
po/Makefile.in
|
|
||||||
po/Makefile.in.in
|
po/Makefile.in.in
|
||||||
po/Makevars.template
|
po/Makevars.template
|
||||||
po/POTFILES
|
po/POTFILES
|
||||||
|
@ -34,24 +57,21 @@ po/en@boldquot.header
|
||||||
po/en@quot.header
|
po/en@quot.header
|
||||||
po/insert-header.sin
|
po/insert-header.sin
|
||||||
po/psl.pot
|
po/psl.pot
|
||||||
|
po/libpsl.pot
|
||||||
po/quot.sed
|
po/quot.sed
|
||||||
po/remove-potcdate.sin
|
po/remove-potcdate.sin
|
||||||
po/remove-potcdate.sed
|
po/remove-potcdate.sed
|
||||||
po/stamp-po
|
po/stamp-po
|
||||||
src/.deps/
|
src/psl2c
|
||||||
src/.libs/
|
src/suffixes.c
|
||||||
src/Makefile
|
|
||||||
src/Makefile.in
|
|
||||||
src/libpsl-*.la
|
|
||||||
src/libpsl_*_la-psl.lo
|
|
||||||
stamp-h1
|
stamp-h1
|
||||||
test-driver
|
test-driver
|
||||||
tests/.deps/
|
tests/*.log
|
||||||
tests/Makefile
|
tests/*.trs
|
||||||
tests/Makefile.in
|
tests/test-is-cookie-domain-acceptable
|
||||||
|
tests/test-is-public
|
||||||
|
tests/test-is-public-all
|
||||||
|
tests/test-is-public-builtin
|
||||||
tests/test-is-tld
|
tests/test-is-tld
|
||||||
tests/test-is-tld.log
|
tests/test-registrable-domain
|
||||||
tests/test-is-tld.o
|
tools/psl
|
||||||
tests/test-is-tld.trs
|
|
||||||
tests/test-suite.log
|
|
||||||
psl-*.tar.gz
|
|
||||||
|
|
Loading…
Reference in New Issue