Fix .gitignore of some files
authorMark Abraham <mark.j.abraham@gmail.com>
Mon, 20 Jan 2014 14:29:23 +0000 (15:29 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 20 Jan 2014 17:36:42 +0000 (18:36 +0100)
Rooting "bin" and "lib" means they won't match sub-directories like
src/external/tng_io/src/lib.

I can't think of a good reason to .gitignore "log," whether rooted or
not.

Change-Id: Icf3a2fb54f9519dbb936ceabff290084b66f8711

.gitignore

index d630f9f3b5940b9c9c909e81a0d97d65aa1e21fc..e61ec7a0094b540cbad36d63c8256bea1b8b2b1a 100644 (file)
@@ -1,5 +1,5 @@
-bin
-lib
+/bin
+/lib
 *~
 #*
 *.pyc
@@ -8,7 +8,6 @@ lib
 *.exe
 *.lib
 *.cache
-log
 Makefile
 lib*.pc
 .project