diff options
author | Carl Suster <carl@contraflo.ws> | 2014-07-12 14:36:31 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-07-12 14:36:31 +1000 |
commit | c245ab29ae3654f30fde7f0af8dc28ace289dd65 (patch) | |
tree | 5c818ff8295eb43443f6790fedccb91fe0270b7d | |
parent | 57ba146c52e2464c009abe769d1fca8915dc34ef (diff) | |
parent | b28b73937daefd96a3fe05937a1ff43678d83958 (diff) | |
download | gitignore-c245ab29ae3654f30fde7f0af8dc28ace289dd65.tar.gz gitignore-c245ab29ae3654f30fde7f0af8dc28ace289dd65.zip |
Merge pull request #1123 from dsmithni/patch-1
LabVIEW.gitignore
-rw-r--r-- | LabVIEW.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore new file mode 100644 index 00000000..12245086 --- /dev/null +++ b/LabVIEW.gitignore @@ -0,0 +1,16 @@ +# Libraries +*.lvlibp +*.llb + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe + +# Metadata +*.aliases +*.lvlps |