summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-09-07 15:31:11 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-09-07 15:31:11 -0500
commit6238ef6d9efef7e61f2cd5b18b6c09e18b09fe4a (patch)
treed149409053576236632a3ad8ff2d9dd56d3b7ff1 /.gitignore
parenta7975608b00638e60c77c012baef28f1715f114c (diff)
downloadlibyaml-git-6238ef6d9efef7e61f2cd5b18b6c09e18b09fe4a.tar.gz
Use .gitignore instead of .hgignore
Now that we've switched to git, let's use Git's ignore file instead of Mercurial's.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b497167
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+aclocal.m4
+autom4te.cache
+configure
+libtool
+Makefile
+Makefile.in
+stamp-h1
+config
+config.h
+config.h.in
+config.log
+config.status
+example-deconstructor
+example-deconstructor-alt
+example-reformatter
+example-reformatter-alt
+run-dumper
+run-emitter
+run-loader
+run-parser
+run-scanner
+.deps
+.libs
+*.o
+*.lo
+*.la
+*.pc