summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-13 22:20:51 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-13 22:20:51 +0200
commitea828cbb379d7cf6be74ad34e8ad28c8790790ad (patch)
treebbc976da54d56a909f7b183d017dfb53753e8291 /.gitignore
parente94a9076dce8141e2b1aa79dd222ed6c629b324a (diff)
downloadmpv-ea828cbb379d7cf6be74ad34e8ad28c8790790ad.tar.bz2
mpv-ea828cbb379d7cf6be74ad34e8ad28c8790790ad.tar.xz
.gitignore: add /cpuinfo
Ignore the "cpuinfo" binary. The configure script can create that on systems which lack /proc/cpuinfo or equivalent.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0e28228d05..e90239351c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,8 @@
/codec-cfg
/codec-cfg-test
/codecs2html
+/cpuinfo
/tags
/TAGS
/locale
-/po \ No newline at end of file
+/po