diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2012-06-21 17:05:25 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2012-06-21 17:05:25 +0000 |
commit | ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7 (patch) | |
tree | 1e29f8a71d532a77c2b09b2e78887982e014f141 | |
parent | a978616d7be275bc615ae00c671745c854e8e715 (diff) | |
download | glibc-ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7.tar.gz glibc-ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7.tar.xz glibc-ac80ce0bd9c22b85aae0a39cd719b9c90b08ced7.zip |
Add .gitignore.
Ignore the autoconf cache directory.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..1c3f260296 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +autom4te*.cache |