diff options
-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 |