diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-12-30 02:51:40 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-12-30 02:51:40 +0100 |
commit | b2510ea1820c0fb4a668e522fa4f4f246ac8b372 (patch) | |
tree | d46b4f8c9fafe6824e446ef3842d69a2d336f87d /.gitignore | |
parent | ff6ee7a23d4d99f36861a16c2837f968f99351cd (diff) | |
download | fpga-lube-b2510ea1820c0fb4a668e522fa4f4f246ac8b372.tar.gz fpga-lube-b2510ea1820c0fb4a668e522fa4f4f246ac8b372.zip |
add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7338c33 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old + +_build |