diff options
author | OR-FOSSEE | 2015-09-29 15:53:41 +0530 |
---|---|---|
committer | OR-FOSSEE | 2015-09-29 15:53:41 +0530 |
commit | 9f7169b758e903a5bcc59b63284f277677b11983 (patch) | |
tree | a967462511893d2f1570cf9511ec81403c40c494 | |
parent | e34332a406e4f3fba9b99c6f9ec5138edfcc6aa2 (diff) | |
parent | 3cccf754ab8c8b31e0d1c0a7fc31bff1fadb283f (diff) | |
download | FOSSEE-Optimization-toolbox-9f7169b758e903a5bcc59b63284f277677b11983.tar.gz FOSSEE-Optimization-toolbox-9f7169b758e903a5bcc59b63284f277677b11983.tar.bz2 FOSSEE-Optimization-toolbox-9f7169b758e903a5bcc59b63284f277677b11983.zip |
Merge pull request #1 from KPJoshi/master
Created .gitignore
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bab62f --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Scilab generates these by itself upon running builder.sce +cleaner.sce +loader.sce +unloader.sce +*.bin + +# Libraries +lib*.c +*.so + +# Temporary files +*~ +*.swp + +# Other +*.pdf +*.gz |