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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2018-09-23 14:21:51 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-09-24 11:31:27 +0300
commit62892a4232d93dcd05e30524c47b4953e280a955 (patch)
treeb73783336d27d3210e3dbac0e49244b662e0069f /.gitignore
parent97b4cf426705377ec0ed5edfa3b550219c9bab80 (diff)
Add .gitignore
Contains some useful stuff (vim, emacs swapfiles, ctags) and the /build directory, since that's what the README uses. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e12b4d7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/build*
+/Session.vim
+[._]*.swp
+*~
+tags
+.DS_Store