gitignore: Add list of files to ignore.
authorRogério Brito <rbrito@ime.usp.br>
Sun, 3 Nov 2013 12:45:51 +0000 (10:45 -0200)
committerRogério Brito <rbrito@ime.usp.br>
Sun, 3 Nov 2013 12:45:51 +0000 (10:45 -0200)
All of these files are generated by autotools or by the compilation and they
do not belong in a version control.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
.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.01106 seconds and 4 git commands to generate.