diff options
| author | Joshua Judson Rosen | 2017-03-15 22:33:17 -0400 |
|---|---|---|
| committer | Joshua Judson Rosen | 2017-03-28 00:56:00 -0400 |
| commit | 73bac5e3fed113b91542594321cab0ff573b39c3 (patch) | |
| tree | bfaadafc2d6ff80c455ceaed29a5d24c37f48ddc | |
| parent | Fix autoconf mess such that you can actually specify CFLAGS to the build. (diff) | |
| download | gnurobots-73bac5e3fed113b91542594321cab0ff573b39c3.tar.gz | |
VC: ignore only specific paths for singleton autogenerated files
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -5,21 +5,21 @@ *.deps Makefile.in Makefile -INSTALL -aclocal.m4 +/INSTALL +/aclocal.m4 autom4te.cache -config.sub -config.guess +/config.sub +/config.guess config.h -config.h.in +/config.h.in config.log config.status -configure -libtool +/configure +/libtool src/gnurobots ui/uitest -stamp-h1 -depcomp -install-sh -missing +/stamp-h1 +/depcomp +/install-sh +/missing *~ |
