diff options
author | P. J. McDermott <pjm@nac.net> | 2011-12-12 23:23:13 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-12-12 23:23:13 (EST) |
commit | b8c055dbdde4fc3ce946483ee69f76c737888549 (patch) | |
tree | 6a8b9fcd96859b2246f3302f72ebc8d30e9d1a6d /.gitignore | |
download | cgol-b8c055dbdde4fc3ce946483ee69f76c737888549.zip cgol-b8c055dbdde4fc3ce946483ee69f76c737888549.tar.gz cgol-b8c055dbdde4fc3ce946483ee69f76c737888549.tar.bz2 |
Initial commit; it builds, runs, and does nothing!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78fffc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Swap and backup files +.*.sw* +.sw* +*~ + +# Object files +*.o +cgol |