Skip to content

Commit

Permalink
Add build files and clang-format config to gitignore (lammps#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen committed Aug 23, 2018
1 parent dd923ed commit 9388ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*~
*.o
*.so
*.lo
*.cu_o
*.ptx
*_ptx.h
Expand Down Expand Up @@ -32,6 +33,7 @@ log.cite
.Trashes
ehthumbs.db
Thumbs.db
.clang-format

#cmake
/build*
Expand Down

0 comments on commit 9388ed8

Please sign in to comment.