summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-09-04 09:19:42 +0100
committerThomas Adam <thomas.adam@smoothwall.net>2012-09-04 09:21:09 +0100
commit1f29f6ac4d3522df360b21c56304d7645e14e88c (patch)
treefa8d171b609ffdf3bb9e20211756757d0fbefd42 /.gitignore
parent3ad812cbd5faecaf4066bca1b96f6db3bf221ef3 (diff)
Add .gitignore
Tell git not to consider certain files, such as object files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ad79de59
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.o
+*~
+.deps/
+aclocal.m4
+autom4te.cache/
+config.log
+config.status
+etc/
+tmux