adding to gitignore

This commit is contained in:
Robert Nishihara 2016-06-26 10:59:16 -07:00
parent 3bf5ed9a91
commit cd2d630074

7
.gitignore vendored
View file

@ -1,6 +1,13 @@
# The build directory should clearly not be checked in
/build
# Python byte code files
*.pyc
# Emacs temporary files
*~
*#
# Compiled Object files
*.slo
*.lo