diff options
author | Brian Cully <bjc@kublai.com> | 2008-04-15 12:29:54 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-04-15 12:29:54 -0400 |
commit | a18112a9ba96f7f0d44b7449a8388d5c0f2fe687 (patch) | |
tree | a7eea3746ca5c0744da3f5987ab07c4a039071e5 | |
parent | 1230dd8c6ee7265e4d3084cea0079e8d9274014f (diff) | |
download | nastd-a18112a9ba96f7f0d44b7449a8388d5c0f2fe687.tar.gz nastd-a18112a9ba96f7f0d44b7449a8388d5c0f2fe687.zip |
Move in .cvsignore files
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cf2cc13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*~ +*.o +*.so +*.a +*.core +*.gmon +.pure +TAGS +Makefiles/os/target +perl/Makefile +perl/xstmp.c +perl/pm_to_blib +perl/blib +perl/NASTD.bs +perl/NASTD.c +server/nastd +tests/getnast +tests/killnast +tests/randnast +tests/statnast +tests/stressnast +tests/mtstressnast +tests/updnast |