summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-08-16 13:38:24 -0700
committerRalph Giles <giles@mozilla.com>2012-08-16 13:38:24 -0700
commit91b2f6d6b165fa72925600e5be310d2b9ba4aaaf (patch)
tree04b41306df570ef0d040e0379da63bc84815be90
parent88ee8a190d82bf4bc7967ea3c829a2481c814d56 (diff)
downloadopus-91b2f6d6b165fa72925600e5be310d2b9ba4aaaf.tar.gz
Add 'compile' to the git ignore list.
This is another script generated by the autotools build.
-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