From f71886b0021fa48be352f597c4e261c0467b6d26 Mon Sep 17 00:00:00 2001 From: Urs Haehner Date: Sat, 18 Feb 2017 14:49:12 +0100 Subject: [PATCH] Clean up gitignore. --- .gitignore | 53 +++++------------------------------------------------ 1 file changed, 5 insertions(+), 48 deletions(-) diff --git a/.gitignore b/.gitignore index e040c33bf..91e050f0e 100644 --- a/.gitignore +++ b/.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