Skip to content
Snippets Groups Projects
Commit 623d3564 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

updated gitignore to newest all-powerful gitignore

parent 725f7729
Branches
Tags
No related merge requests found
# Project-specific # Project-specific
petting_zoo.log # none (for now)
# Mac file finder metadata # Mac file finder metadata
.DS_Store .DS_Store
# Windows file metadata
._*
# Thumbnail image caches
Thumbs.db
ethumbs.db
# MS Office temporary file # MS Office temporary file
~* ~*
# Emacs backup 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 # Java files
*.class *.class
javadoc/ javadoc/
# IntelliJ IDEA files # Maven
target/
# JetBrains (IntelliJ IDEA) files
.idea/ .idea/
out/
*.iml *.iml
*.iws *.iws
*.ipr *.ipr
# Eclipse files # Eclipse files
bin/
.settings/ .settings/
.classpath
.project .project
.classpath
.buildpath
.loadpath
local.properties
# Visual Studio / VS Code files # Visual Studio / VS Code files
.vs*/ .vs*/
...@@ -58,6 +87,15 @@ bin/ ...@@ -58,6 +87,15 @@ bin/
*.pidb *.pidb
*.svclog *.svclog
*.scc *.scc
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
*.psess
*.vsp
*.vspx
# Netbeans files # Netbeans files
nbproject/private/ nbproject/private/
...@@ -73,14 +111,3 @@ nb-configuration.xml ...@@ -73,14 +111,3 @@ nb-configuration.xml
xcuserdata/ xcuserdata/
.build/ .build/
# Maven
target/
# Miscellaneous
tmp/
*.tmp
*.bak
*.bk
*.swp
*.gcno
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment