summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-02 22:08:08 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-02 22:36:42 (EDT)
commit7a2a19e2eb43c48cb4cd6bcd8b2a55436cec5ca9 (patch)
tree8d6b65779596ef1184d47740b994a1716881673d /.gitignore
downloaddeb-7a2a19e2eb43c48cb4cd6bcd8b2a55436cec5ca9.zip
deb-7a2a19e2eb43c48cb4cd6bcd8b2a55436cec5ca9.tar.gz
deb-7a2a19e2eb43c48cb4cd6bcd8b2a55436cec5ca9.tar.bz2
Initial commit.
The build system is based on that of opkhelper 1.0.0.
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..ffbbc9d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# Swap and backup files
+.*.sw*
+.sw*
+*~
+Session.vim
+
+# Generated files
+Makefile
+install.config
+sedscript
+src/*[^.]??
+lib/*[^.]??
+man/*[^.]??
+deb-*.tar.*