Skip to content

Commit

Permalink
Merge pull request homenc#1 from rbharath/gitignore
Browse files Browse the repository at this point in the history
Adding .gitignore file
  • Loading branch information
rbharath authored May 16, 2018
2 parents 65ef24c + e3d6b72 commit 07b8570
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,45 @@
# 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

# HELib generates executables with trailing _x
*_x

# Vim files
*.swp
*.swo

# Mac files
*.DS_Store

# GH-pages (copied over from original .gitignore)
gh-pages/

0 comments on commit 07b8570

Please sign in to comment.