diff options
-rw-r--r-- | .gitignore | 28 | ||||
-rw-r--r-- | header.txt | 5 |
2 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..da8168b37bc0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# CVS default ignores begin +tags +TAGS +.make.state +.nse_depinfo +*~ +\#* +.#* +,* +_$* +*$ +*.old +*.bak +*.BAK +*.orig +*.rej +.del-* +*.a +*.olb +*.o +*.obj +*.so +*.exe +*.Z +*.elc +*.ln +core +# CVS default ignores end diff --git a/header.txt b/header.txt new file mode 100644 index 000000000000..0a94975cbb65 --- /dev/null +++ b/header.txt @@ -0,0 +1,5 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $header$ + + |