summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore44
1 files changed, 44 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..13cd87b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+# .gitignore -*- conf -*-
+
+# Editor backup files
+*~
+\#*
+.\#*
+
+# autoscan
+autoscan.log
+configure.scan
+
+# aclocal
+aclocal.m4
+autom4te.cache/
+
+# autoconf
+configure
+
+# autoheader
+config.h.in
+
+# automake
+Makefile.in
+compile
+config.guess
+config.sub
+depcomp
+install-sh
+missing
+
+# configure
+.deps/
+Makefile
+config.h
+config.log
+config.status
+stamp-*
+
+# make
+.dirstamp
+*.o
+
+# TODO(bbarenblat): Executable name here
+hello