Skip to content

Commit

Permalink
added cpp logic to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 1, 2017
1 parent 4c79183 commit a4a48b9
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,42 @@ vignettes/*.pdf

# End of https://www.gitignore.io/api/r


# Created by https://www.gitignore.io/api/c++

### C++ ###
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# End of https://www.gitignore.io/api/c++

Binary file removed src/MessageTypes.o
Binary file not shown.
Binary file removed src/Messages.o
Binary file not shown.
Binary file removed src/RITCH.o
Binary file not shown.
Binary file removed src/RITCH.so
Binary file not shown.
Binary file removed src/RcppExports.o
Binary file not shown.
Binary file removed src/computeBoost.o
Binary file not shown.
Binary file removed src/countMessages.o
Binary file not shown.
Binary file removed src/countMessagesGZ.o
Binary file not shown.
Binary file removed src/countMessagesPlain.o
Binary file not shown.
Binary file removed src/getMessageCountAsDF.o
Binary file not shown.
Binary file removed src/getMessageCountDF.o
Binary file not shown.
Binary file removed src/getMessageDF.o
Binary file not shown.
Binary file removed src/getMessages.o
Binary file not shown.
Binary file removed src/loadGZ.o
Binary file not shown.
Binary file removed src/loadPlain.o
Binary file not shown.

0 comments on commit a4a48b9

Please sign in to comment.