Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-08-17 00:38:24 +0400
committerRalph Giles <giles@mozilla.com>2012-08-17 00:38:24 +0400
commit91b2f6d6b165fa72925600e5be310d2b9ba4aaaf (patch)
tree04b41306df570ef0d040e0379da63bc84815be90 /.gitignore
parent88ee8a190d82bf4bc7967ea3c829a2481c814d56 (diff)
Add 'compile' to the git ignore list.
This is another script generated by the autotools build.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b79695a6..b7bcdcec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ aclocal.m4
autom4te.cache
*.kdevelop.pcs
*.kdevses
+compile
config.guess
config.h
config.h.in
@@ -49,4 +50,4 @@ silk/float/Release
silk/float/x64
src/Debug
src/Release
-src/x64 \ No newline at end of file
+src/x64