Browse code

Adding a .gitignore to stop git from trying to version certain files.

Naram Qashat authored on 2014/10/23 23:21:37
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+Debug
2
+Release
3
+*.suo
4
+*.release
5
+*.aps
0 6
\ No newline at end of file