diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2012-10-07 10:46:16 -0600 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2012-10-07 10:46:16 -0600 |
commit | 84a02aded4ccff613844f868317ad6e204bdb289 (patch) | |
tree | 24b2110cbb2600bc2dc0b14ef6768e9bb611279a /.gitignore | |
parent | Added a completion function for epkginfo. (diff) | |
download | gentoo-bashcomp-84a02aded4ccff613844f868317ad6e204bdb289.tar.gz gentoo-bashcomp-84a02aded4ccff613844f868317ad6e204bdb289.tar.bz2 gentoo-bashcomp-84a02aded4ccff613844f868317ad6e204bdb289.zip |
Add a basic gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6b6303 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*~ +*.swp +*.tmp + +*.bz2 +*.tar + +*.diff +*.orig +*.patch +*.rej |