diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-07-28 00:35:42 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-07-28 00:35:42 +0000 |
commit | ce7a210b90ced62a088ca4b77f26da8cbc7eb3f8 (patch) | |
tree | 8fbe6ec63c3c635596a430acd77bcdbf3d80422e /.gitignore | |
download | gentoo-2-ce7a210b90ced62a088ca4b77f26da8cbc7eb3f8.tar.gz gentoo-2-ce7a210b90ced62a088ca4b77f26da8cbc7eb3f8.tar.bz2 gentoo-2-ce7a210b90ced62a088ca4b77f26da8cbc7eb3f8.zip |
testing keyword expansion
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 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 |