summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2008-08-23 12:04:45 +0100
committerAlex Merry <dev@randomguy3.me.uk>2008-08-23 12:04:45 +0100
commitaadf544b9aa8d6bbcd4df110f2acb610a912b6f2 (patch)
treed866d300c59ce1d3b1c3d545775d0e76965ef4b5
parent0e9cc64de3ef33a6dfe8227b4e88493dcbf39207 (diff)
Add a gitignore file
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..79e3c49
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+# Lines starting with '#' are considered comments.
+
+# Ignore the program file
+mpristester
+
+# Ignore the makefile
+Makefile
+
+# Ignore objects and archives.
+*.[oa]