Browse Source

Initial commit

Fixing-travis-yml
BinHong Lee 8 years ago
commit
2608c011ee
1 changed files with 28 additions and 0 deletions
  1. +28
    -0
      .gitignore

+ 28
- 0
.gitignore View File

@@ -0,0 +1,28 @@
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

Loading…
Cancel
Save