[NUI] Fix svace issue of buffer exceed size
[platform/core/csapi/tizenfx.git] / .gitignore
old mode 100755 (executable)
new mode 100644 (file)
index a0e1808..660fec5
@@ -7,15 +7,16 @@
 *.suo
 *.user
 *.sln.docstates
+*.pyc
 
 # Build results
 
 [Dd]ebug/
 [Rr]elease/
 x64/
-build/
 [Bb]in/
 [Oo]bj/
+[Aa]rtifacts/
 
 # NuGet Packages
 *.nupkg
@@ -144,7 +145,7 @@ UpgradeLog*.htm
 *.txt~
 *.swp
 *.swo
+
 # svn
 .svn
 
@@ -192,10 +193,6 @@ $RECYCLE.BIN/
 # End of core ignore list, below put you custom 'per project' settings (patterns or path)
 #####
 
-bin/
-obj/
-*.exe
-*.dll
 *.csproj.user
 *.lock.json
 
@@ -203,3 +200,21 @@ obj/
 cscope.files
 cscope.out
 tags
+
+# svace files
+warnings.txt
+warn-settings.csharp.txt
+.svace-dir
+CompilationErrors-*.txt
+
+# exceptional allowed binaries
+!tools/bin/
+!packaging/depends/*.nupkg
+
+# external libraries
+externals/libs/
+
+# coverage
+tools/coverage
+coverage.json
+