From b482d5a4df160f496864b5c4ae2f543588aa0764 Mon Sep 17 00:00:00 2001 From: David Allemang Date: Wed, 13 Nov 2019 17:18:41 -0500 Subject: [PATCH] fix ignore --- .gitignore | 53 +++-------------------------------------------------- 1 file changed, 3 insertions(+), 50 deletions(-) diff --git a/.gitignore b/.gitignore index 30bc57f..53cbbd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,51 +1,4 @@ -.idea/ +.idea *.iml - -# Created by .ignore support plugin (hsz.mobi) -### CMake template -CMakeLists.txt.user -CMakeCache.txt -CMakeFiles -CMakeScripts -Testing -Makefile -cmake_install.cmake -install_manifest.txt -compile_commands.json -CTestTestfile.cmake -_deps - -### C++ template -# 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 - +cmake-build* +*.swp