mirror of
https://github.com/yaml/libyaml.git
synced 2026-01-26 19:19:02 +00:00
Major cleanup of .gitignore
You don't need to specify full paths to files if you do it like this. Wildcard away most of the stuff you can, and for stuff you can't easily wildcard, be as generic as you can. Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com>
This commit is contained in:
parent
639981a546
commit
d050fe3f30
79
.gitignore
vendored
79
.gitignore
vendored
@ -1,67 +1,34 @@
|
||||
.deps/
|
||||
.libs/
|
||||
*.BAK
|
||||
*.a
|
||||
*.cmake
|
||||
*.dll
|
||||
*.exe
|
||||
*.la
|
||||
*.lo
|
||||
*.log
|
||||
*.o
|
||||
*.pc
|
||||
*.so
|
||||
*.trs
|
||||
*~
|
||||
/CMakeCache.txt
|
||||
/CMakeFiles/
|
||||
/CTestTestfile.cmake
|
||||
/GNUmakefile
|
||||
/Makefile
|
||||
Makefile.in
|
||||
.deps/
|
||||
.libs/
|
||||
/Testing/
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/cmake_install.cmake
|
||||
/config
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/configure
|
||||
/example-deconstructor
|
||||
/example-deconstructor-alt
|
||||
/example-reformatter
|
||||
/example-reformatter-alt
|
||||
/include/Makefile
|
||||
/libtool
|
||||
/libyaml.a
|
||||
/run-dumper
|
||||
/run-emitter
|
||||
/run-emitter-test-suite
|
||||
/run-loader
|
||||
/run-parser
|
||||
/run-parser-test-suite
|
||||
/run-scanner
|
||||
/src/Makefile
|
||||
/stamp-h1
|
||||
/test-reader
|
||||
/test-version
|
||||
/tests/Makefile
|
||||
/tests/example-deconstructor
|
||||
/tests/example-deconstructor-alt
|
||||
/tests/example-reformatter
|
||||
/tests/example-reformatter-alt
|
||||
/tests/run-dumper
|
||||
/tests/run-emitter
|
||||
/tests/run-emitter-test-suite
|
||||
/tests/run-loader
|
||||
/tests/run-parser
|
||||
/tests/run-parser-test-suite
|
||||
/tests/run-scanner
|
||||
/tests/run-test-suite/
|
||||
/tests/test-reader
|
||||
/tests/test-reader.log
|
||||
/tests/test-reader.trs
|
||||
/tests/test-suite.log
|
||||
/tests/test-version
|
||||
/tests/test-version.log
|
||||
/tests/test-version.trs
|
||||
libtool
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
GNUmakefile
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config
|
||||
config.h*
|
||||
config.status
|
||||
configure
|
||||
example-deconstructor*
|
||||
example-reformatter*
|
||||
run*
|
||||
stamp-h1
|
||||
test-*
|
||||
!config/config.h.in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user