Skip to content

Commit

Permalink
Add more patterns to .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reimann <[email protected]>
  • Loading branch information
ctron committed Sep 6, 2017
1 parent 25f9a10 commit 1878469
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
@@ -1,8 +1,26 @@
/Debug/
/bin/

/src_gen/

# CMake intermediate files

CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
file_list.txt

# generated files (e.g. .in)

/forte_config.h
/forte_config_opc_ua.h
/stringlist.cpp
/stringlist.h
/core

# binaries

*.a
/src/forte
/src/src

0 comments on commit 1878469

Please sign in to comment.