[tz] [PATCH 3/4] * .gitignore: New file.

Paul Eggert eggert at cs.ucla.edu
Wed Jul 25 15:12:37 UTC 2012


It's not clear to me that the .gitignore file should be
part of the tzcode or tzdata distributions, as it's needed
only if you've gotten the files from the git repository,
so for now the Makefile is not modified to add this to
one or the other distribution.

---
 .gitignore |   10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d36f26e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.o
+*.tar.gz
+*.txt
+*~
+ChangeLog
+tzselect
+version.h
+yearistype
+zdump
+zic
-- 
1.7.9.5


More information about the tz mailing list