diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-09-27 15:59:17 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-09-27 15:59:17 (EDT) |
commit | 62a56e73f2924297278150e979effafcafde0725 (patch) | |
tree | f8575e3e5dae294a729f61af611d1b19db0f7697 | |
parent | cae49430d49328453d280cdb45d33b7f02cfa00b (diff) | |
download | marquee-62a56e73f2924297278150e979effafcafde0725.zip marquee-62a56e73f2924297278150e979effafcafde0725.tar.gz marquee-62a56e73f2924297278150e979effafcafde0725.tar.bz2 |
.gitignore: Anchor many patterns to top directory
-rw-r--r-- | .gitignore | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -5,27 +5,27 @@ *.orig # Files generated by aclocal, autoconf, and automake -aclocal.m4 -autom4te.cache/ -configure -config.h.in -build-aux/ -ChangeLog -INSTALL -Makefile.in +/aclocal.m4 +/autom4te.cache/ +/configure +/config.h.in +/build-aux/ +/ChangeLog +/INSTALL +/Makefile.in # Files generated by configure -config.log -config.status -Makefile -config.h -stamp-h1 +/config.log +/config.status +/Makefile +/config.h +/stamp-h1 # Files generated by Makefile .deps .dirstamp *.o /version.c -marquee -marquee-*.tar* -marquee-*/ +/marquee +/marquee-*.tar* +/marquee-*/ |