Add build files and clang-format config to gitignore (#1076)

This commit is contained in:
Daniel Schwen 2018-08-23 09:25:20 -06:00
parent dd923edf15
commit 9388ed8cd0
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,7 @@
*~
*.o
*.so
*.lo
*.cu_o
*.ptx
*_ptx.h
@ -32,6 +33,7 @@ log.cite
.Trashes
ehthumbs.db
Thumbs.db
.clang-format
#cmake
/build*