Skip to content

Commit

Permalink
Clean up gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Urs Haehner committed Feb 18, 2017
1 parent 3e19f6e commit f71886b
Showing 1 changed file with 5 additions and 48 deletions.
53 changes: 5 additions & 48 deletions .gitignore
@@ -1,61 +1,18 @@
# .gitignore
# gitignore
# Author: Urs R. Haehner (haehneru@itp.phys.ethz.ch)

# Build directories (exclude build-aux)
# Build directories (exclude build-aux)
build*
!build-aux

# Bin directories
bin*

# Ignore local machine specific initial cache files but exclude the templates.
build-aux/local*
!local_CPU.cmake.tmpl
!local_GPU.cmake.tmpl

# Compiled object files
*.slo
*.lo
*.o
*.obj

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

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

# Executables
*.exe
*.out
*.app

# Compiled library directories
libs/nfft-3.3.0
libs/spglib-1.7.3
libs/sprng5*
libs/include
libs/lib
libs/share

# OS generated files
*/.DS_Store
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Backup files generated by Emacs
# IDE generated files and folders
*~
*#

# Other IDE files
.idea
*.swp
.idea

0 comments on commit f71886b

Please sign in to comment.