summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-08-04 14:27:29 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-08-04 14:27:29 (EDT)
commitf578a28996e66d9b0460aed465f611d560579095 (patch)
tree84d37224d2a4aa14f42b0dbe30c8572190bb377c /.gitignore
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a838d6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# Swap and backup files
+.*.sw*
+.sw*
+*~
+Session.vim
+
+# Source archives
+gawk-*.orig.tar.*
+
+# Work area
+tmp/
+
+# Build logs
+*.log