diff options
author | Robert Breker <robert.breker@citrix.com> | 2015-04-15 09:05:24 +0100 |
---|---|---|
committer | Robert Breker <robert.breker@citrix.com> | 2015-04-15 09:05:24 +0100 |
commit | 2c85890a25bff9f327ea95018c541c1190267492 (patch) | |
tree | f949b3fa45c6a35f5e40c27cc73c8e66c171fb73 /.gitignore | |
download | vyos-xe-guest-utilities-2c85890a25bff9f327ea95018c541c1190267492.tar.gz vyos-xe-guest-utilities-2c85890a25bff9f327ea95018c541c1190267492.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daf913b --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +*.exe +*.test +*.prof |