Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Style .gitignore and remove some files from Ignore List
Browse files Browse the repository at this point in the history
  • Loading branch information
somedevfox committed Aug 15, 2022
1 parent b728fd1 commit fede36f
Showing 1 changed file with 34 additions and 42 deletions.
76 changes: 34 additions & 42 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
#> Game itself
/oneshot

#> Linter output
oclint/

#> Valve Steamworks SDK (Cannot be redistributed)
steamworks/

#> Build Scripts??
!build-entrypoint-linux.sh
!build-entrypoint-windows.bat

#> Build Artifacts
out/
/fmod/
.qmake.stash
CMakeCache.txt
CMakeFiles/
cmake_install\.cmake
package/
__pycache__
/build*
/m32build
/dist
/debug
/release
steamshim_parent/build/
*.out
bin/
lib/
*.dir/
x64/
*.o
*.pro.*
*.bak
Expand All @@ -6,59 +39,18 @@
*.app
*.bmp
*.lproj

*.tmp
*.vcxproj
*.filters
*.sln
*.user
*.tlog

.vs/
bin/
lib/
*.dir/
x64/

/oneshot
/steamshim_parent/steamshim

__pycache__
/build*
/m32build
/dist
/debug
/release
steamshim_parent/build/
*.out

object_script.*
rpgscript.bat
rpgscript - mklang.bat
*.pot
xScripts.rxdata

.qmake.stash
CMakeCache.txt
CMakeFiles/
cmake_install\.cmake
conanbuildinfo\.cmake
conaninfo\.txt
conanbuildinfo\.txt
conan_imports_manifest\.txt
package/

oclint/

steamworks/
.vs/
assets/icon.ico
assets/icon.ico

!build-entrypoint-linux.sh
!build-entrypoint-windows.bat

.vscode
out/
/fmod/
#> GNU Debugger Output Files
.gdb_history

0 comments on commit fede36f

Please sign in to comment.