Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore34
-rw-r--r--CHANGES.txt1
2 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7ded8a3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+syntax: glob
+
+.DS_Store
+
+*.orig
+*~
+
+build
+bin
+obj
+release
+ipch
+src/host/scripts.c
+
+Makefile
+*.make
+*.xcodeproj
+*.swp
+*.sdf
+*.sln
+*.suo
+*.ncb
+*.vcproj*
+*.vcxproj*
+*.opensdf
+*.workspace
+*.project
+*.tags
+
+*.bbprojectsettings
+Scratchpad.txt
+Unix Worksheet.worksheet
+project.bbprojectdata
+Premake4.tmproj
diff --git a/CHANGES.txt b/CHANGES.txt
index 4af653b..b42f84c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -47,6 +47,7 @@
* Patch 3429777: Support for DragonFly BSD (Joachim de Groot)
* Patch 3445049: Build fix for FreeBSD (Konstantin Tokarev)
* Bug 3121217: Test suite fails on Linux x86_64: os.findlib broken
+* Patch 3428348: Add .gitignore file (Konstantin Tokarev)
-------