From 623d3564891187a7b18f409e87b6c7b698073a24 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Mon, 8 Jun 2020 11:14:38 -0500 Subject: [PATCH] updated gitignore to newest all-powerful gitignore --- .gitignore | 59 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 43 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 7901c9c..f3714bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,58 @@ # Project-specific -petting_zoo.log +# none (for now) # Mac file finder metadata .DS_Store +# Windows file metadata +._* +# Thumbnail image caches +Thumbs.db +ethumbs.db # MS Office temporary file ~* # Emacs backup file *~ +# Common +[Bb]in/ +[Bb]uild/ +[Oo]bj/ +[Oo]ut/ +[Tt]mp/ +[Xx]86/ +[Ii][Aa]32/ +[Xx]64/ +[Xx]86_64/ +[Xx]86-64/ +[Aa]rm +[Aa]32 +[Tt]32 +[Aa]64 +*.tmp +*.bak +*.bk +*.swp + # Java files *.class javadoc/ -# IntelliJ IDEA files +# Maven +target/ + +# JetBrains (IntelliJ IDEA) files .idea/ -out/ *.iml *.iws *.ipr # Eclipse files -bin/ .settings/ -.classpath .project +.classpath +.buildpath +.loadpath +local.properties # Visual Studio / VS Code files .vs*/ @@ -58,6 +87,15 @@ bin/ *.pidb *.svclog *.scc +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile +*.psess +*.vsp +*.vspx # Netbeans files nbproject/private/ @@ -73,14 +111,3 @@ nb-configuration.xml xcuserdata/ .build/ -# Maven -target/ - -# Miscellaneous -tmp/ -*.tmp -*.bak -*.bk -*.swp -*.gcno - -- GitLab