summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Judson Rosen2017-03-15 22:33:17 -0400
committerJoshua Judson Rosen2017-03-28 00:56:00 -0400
commit73bac5e3fed113b91542594321cab0ff573b39c3 (patch)
treebfaadafc2d6ff80c455ceaed29a5d24c37f48ddc
parentFix autoconf mess such that you can actually specify CFLAGS to the build. (diff)
downloadgnurobots-73bac5e3fed113b91542594321cab0ff573b39c3.tar.gz
VC: ignore only specific paths for singleton autogenerated files
-rw-r--r--.gitignore22
1 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index d48a29b..cc7c663 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
*~