Merge pull request #7 from rbrito/misc-fixes
authornu774 <honeycomb77@gmail.com>
Sun, 3 Nov 2013 13:26:02 +0000 (05:26 -0800)
committernu774 <honeycomb77@gmail.com>
Sun, 3 Nov 2013 13:26:02 +0000 (05:26 -0800)
gitignore: Add list of files to ignore.

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3d3d9fe
--- /dev/null
@@ -0,0 +1,22 @@
+*.o
+*~
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+missing
+missings/.deps/
+src/.deps/
+src/.dirstamp
+stamp-h1
+fdkaac
This page took 0.010628 seconds and 4 git commands to generate.