diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-04 15:14:51 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-04 16:07:53 +0100 |
commit | 7b63fa8d155310e4e66cdb2914e01557fb36f272 (patch) | |
tree | 3fe6ab08c5718c5809a70a451fd08d983400c591 | |
parent | 279fef2e45a83bc052ff91618aefb90c1fb58f1d (diff) | |
download | patches-7b63fa8d155310e4e66cdb2914e01557fb36f272.tar patches-7b63fa8d155310e4e66cdb2914e01557fb36f272.tar.gz |
Augment 'gitignore'.
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b5a87f44aa..a8a5cad74c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ config.cache /po/remove-potcdate.sin /po/stamp-po /po/guix.pot +/po/*.mo +/po/*.gmo /tests/*.trs /INSTALL /m4/* @@ -78,3 +80,7 @@ stamp-h[0-9] /doc/images/bootstrap-graph.png /doc/images/bootstrap-graph.eps /guix-register +GPATH +GRTAGS +GTAGS +/nix-setuid-helper |