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 *.o
*.so *.so
*.lo
*.cu_o *.cu_o
*.ptx *.ptx
*_ptx.h *_ptx.h
@ -32,6 +33,7 @@ log.cite
.Trashes .Trashes
ehthumbs.db ehthumbs.db
Thumbs.db Thumbs.db
.clang-format
#cmake #cmake
/build* /build*