Skip to content

Commit

Permalink
- Added .ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Jan 27, 2021
1 parent 458634c commit 3141985
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bin/imgui.ini
**.log
**.pdb
build/windows/**/obj/*
build/windows/**/.vs/*
**.cih
**/dev.ini
**.dat
bin/**.png
10 changes: 10 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
syntax: glob
bin/imgui.ini
**.log
**.pdb
build/windows/**/obj/*
build/windows/**/.vs/*
**.cih
**/dev.ini
**.dat
bin/**.png

0 comments on commit 3141985

Please sign in to comment.