Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Push local changes (I've lost track of what I was doing)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky committed Jul 23, 2016
1 parent 3b70311 commit 216f8ee
Show file tree
Hide file tree
Showing 9 changed files with 879 additions and 793 deletions.
82 changes: 43 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,43 @@
# Mac OS dust. I can't really help with the Extended HFS attribute files (._filename, 4KB), just don't use NTFS/FAT ;D

.DS_Store
.Trashes
*.swp

# Project-specific stuff

build

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
*.elf
# Mac OS dust. I can't really help with the Extended HFS attribute files (._filename, 4KB), just don't use NTFS/FAT ;D

This comment has been minimized.

Copy link
@CreeperMario

CreeperMario Jul 23, 2016

Damn, those files are annoying sometimes. They mess up HBL's interface and cause Yet Another Wad Manager Mod to crash. Windows 7 can't even handle them correctly. 😜


.DS_Store
.Trashes
*.swp

# Project-specific stuff

build

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
*.elf
/.cproject
/.project
/URetro.elf.wiiload.gz
/URetro.idb
Loading

0 comments on commit 216f8ee

Please sign in to comment.