Skip to content

Commit

Permalink
git ignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitRoy7 committed Aug 16, 2018
1 parent 4ac977d commit 33984bc
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
.o
.exe
# 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

0 comments on commit 33984bc

Please sign in to comment.