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
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment