aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-09-20 03:00:21 -0400
committerMike Frysinger <vapier@gentoo.org>2015-09-20 03:00:21 -0400
commita9f88e265dfc15e03985c104318209e80de3a897 (patch)
tree5a02e99612ace4c015dbc2488a5c6797560ca15d /.gitignore
parentlibsandbox: egetcwd: fix handling of NULL inputs (diff)
downloadsandbox-a9f88e265dfc15e03985c104318209e80de3a897.tar.gz
sandbox-a9f88e265dfc15e03985c104318209e80de3a897.tar.bz2
sandbox-a9f88e265dfc15e03985c104318209e80de3a897.zip
gitignore: ignore .dirstamp files
Sometimes autotools generates these on us. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 25964e1..76d3d1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ a.out
*.o
.deps
.libs
+.dirstamp
Makefile
Makefile.in