Skip to content

Commit

Permalink
add .gitignore from dd4hep
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Jun 28, 2017
1 parent 204ef84 commit e038e76
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pyc

# 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

# Build and install directories
bin/
lib/
/include
python/
build/

# CMake config files
*Config.cmake
*ConfigVersion.cmake
Version.h

# emacs backup files
*~

0 comments on commit e038e76

Please sign in to comment.