Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Sep 26, 2022
1 parent 53815fd commit f67ab0a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
src/*.o
config.h
build/
include/
lib/
# Generatedd automatically by protobuf compiler
src/terachem_server.pb.cpp
src/terachem_server.pb.h

# Compiled example binaries
examples/api/cpp/test_api_cpp
examples/api/cpp_openmm/test_api_cpp_openmm
examples/api/fortran/test_api_fortran
examples/api/fortran_openmm/test_api_fortran_openmm
examples/qm/qm-tcpb-example
examples/qm/tcpb-example
examples/qmmm/qmmm-tcpb-example
examples/qmmm/tcpb-example

0 comments on commit f67ab0a

Please sign in to comment.